FolderPane.SortMode Property ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a sort mode of the folder pane.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

C#
public PaneSortMode SortMode { get; set; }

Property Value

Type: Aurigma.ImageUploader..PaneSortMode

The sort mode of the folder pane.

Default value is Name.

Remarks

Sort mode is automatically reset to Unsorted when items are rearranged via drag-n-drop or new items are added. It means that when you set a sort mode it is applied only to files which are currently in the folder pane.

Sort mode is automatically reset to Unsorted when new items are added or re-arranged via drag-n-drop.

Note

If you set the same value twice, the sort order will toggle between ascending and descending and vice versa.

See Also

Reference