UploadPane.SortOrder Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets a value specifying whether items should be sorted ascendantly or descendantly when you use SortMode is used.

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

Syntax

C#
public SortDirection SortOrder { get; set; }

Property Value

Type: Aurigma.ImageUploaderFlash..SortDirection

The sort direction for the upload pane.

Default value is Asc.

Remarks

Items are automatically arranged when they are added to the upload list. You can use the sort(String,String) method to force items to be sorted with the required mode and order.

See Also

Reference