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 : Enum
Fields
DateCreated
Sort on created date
Declaration
public const FileSortOrder DateCreated
Field Value
Type | Description |
---|---|
FileSortOrder |
DateCreatedDesc
Sort on description of created date
Declaration
public const FileSortOrder DateCreatedDesc
Field Value
Type | Description |
---|---|
FileSortOrder |
DateLastAccessed
Sort on last accessed date
Declaration
public const FileSortOrder DateLastAccessed
Field Value
Type | Description |
---|---|
FileSortOrder |
DateLastAccessedDesc
Sort on description for last accessed date
Declaration
public const FileSortOrder DateLastAccessedDesc
Field Value
Type | Description |
---|---|
FileSortOrder |
DateLastModified
Sort on last modified date
Declaration
public const FileSortOrder DateLastModified
Field Value
Type | Description |
---|---|
FileSortOrder |
DateLastModifiedDesc
Sort on description for last modified date
Declaration
public const FileSortOrder DateLastModifiedDesc
Field Value
Type | Description |
---|---|
FileSortOrder |
Name
Sort on name
Declaration
public const FileSortOrder Name
Field Value
Type | Description |
---|---|
FileSortOrder |
NameDesc
Sort on description of name
Declaration
public const FileSortOrder NameDesc
Field Value
Type | Description |
---|---|
FileSortOrder |
None
None sort order
Declaration
public const FileSortOrder None
Field Value
Type | Description |
---|---|
FileSortOrder |
Size
Sort on file size
Declaration
public const FileSortOrder Size
Field Value
Type | Description |
---|---|
FileSortOrder |
SizeDesc
Sort on description for size
Declaration
public const FileSortOrder SizeDesc
Field Value
Type | Description |
---|---|
FileSortOrder |
Type
Sort on file type
Declaration
public const FileSortOrder Type
Field Value
Type | Description |
---|---|
FileSortOrder |
TypeDesc
Sort on description for file type
Declaration
public const FileSortOrder TypeDesc
Field Value
Type | Description |
---|---|
FileSortOrder |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |