SortOrder Enumeration
3/25/2008

Specifies the sort order for files appearing in the form.

Namespace: Microsoft.WindowsMobile.Forms
Assembly: Microsoft.WindowsMobile.Forms (in microsoft.windowsmobile.forms.dll)

Syntax

CSharp
public enum SortOrder
VisualBasicDeclaration
Public Enumeration SortOrder
Members

Member nameDescription
DateAscendingPicture files are sorted by date, in ascending order.
DateDescendingPicture files are sorted by date, in descending order.
NameAscendingPicture files are sorted by name, in ascending order.
NameDescendingPicture files are sorted by name, in descending order.
SizeAscendingPicture files are sorted by size, in ascending order.
SizeDescendingPicture files are sorted by size, in descending order.
See Also

Tags :


Page view tracker