SortMode Enumeration HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Specifies supported sort criteria for the upload pane.

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

Syntax

C#
public enum SortMode

Members

Member name Description
Modified

Sort items by last modified name.

Name

Sort items by file names (alphabetically).

Path

Sort items by full path (makes sense when you upload folders).

Size

Sort items by file size.

Type

Sort items by mime type.

Unsorted

Don't sort items automatically.

See Also

Reference