Class FileSortOrder
A list of possible sort orders for files.
Inheritance
System.Object
    FileSortOrder
  Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class FileSortOrder : EnumFields
DateCreated
Sort on created date
Declaration
public const FileSortOrder DateCreatedField Value
| Type | Description | 
|---|---|
| FileSortOrder | 
DateCreatedDesc
Sort on description of created date
Declaration
public const FileSortOrder DateCreatedDescField Value
| Type | Description | 
|---|---|
| FileSortOrder | 
DateLastAccessed
Sort on last accessed date
Declaration
public const FileSortOrder DateLastAccessedField Value
| Type | Description | 
|---|---|
| FileSortOrder | 
DateLastAccessedDesc
Sort on description for last accessed date
Declaration
public const FileSortOrder DateLastAccessedDescField Value
| Type | Description | 
|---|---|
| FileSortOrder | 
DateLastModified
Sort on last modified date
Declaration
public const FileSortOrder DateLastModifiedField Value
| Type | Description | 
|---|---|
| FileSortOrder | 
DateLastModifiedDesc
Sort on description for last modified date
Declaration
public const FileSortOrder DateLastModifiedDescField Value
| Type | Description | 
|---|---|
| FileSortOrder | 
Name
Sort on name
Declaration
public const FileSortOrder NameField Value
| Type | Description | 
|---|---|
| FileSortOrder | 
NameDesc
Sort on description of name
Declaration
public const FileSortOrder NameDescField Value
| Type | Description | 
|---|---|
| FileSortOrder | 
None
None sort order
Declaration
public const FileSortOrder NoneField Value
| Type | Description | 
|---|---|
| FileSortOrder | 
Size
Sort on file size
Declaration
public const FileSortOrder SizeField Value
| Type | Description | 
|---|---|
| FileSortOrder | 
SizeDesc
Sort on description for size
Declaration
public const FileSortOrder SizeDescField Value
| Type | Description | 
|---|---|
| FileSortOrder | 
Type
Sort on file type
Declaration
public const FileSortOrder TypeField Value
| Type | Description | 
|---|---|
| FileSortOrder | 
TypeDesc
Sort on description for file type
Declaration
public const FileSortOrder TypeDescField Value
| Type | Description | 
|---|---|
| FileSortOrder | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
