DocumentReaderDocumentListSortOrder Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Specifies the sort order for the document list

Namespace: ContentStudio.Document
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum DocumentListSortOrder
Members

  Member nameValueDescription
Name_ASC0 Sorts on name in ascending sort order.
Name_DESC1 Sorts on name in descending sort order.
Type_ASC2 Sorts on document type in ascending sort order.
Type_DESC3 Sorts on document type in descending sort order.
Modified_ASC4 Sorts on modified date in ascending sort order.
Modified_DESC5 Sorts on modified date in descending sort order.
Published_ASC6 Sorts on published date in ascending sort order.
Published_DESC7 Sorts on publish date in descending sort order.
Size_ASC8 Sorts on document size in ascending sort order.
Size_DESC9 Sorts on document size in descending sort order.
CreatedBy_ASC10 Sorts on created by in ascending sort order.
CreatedBy_DESC11 Sorts on created by in descending sort order.
Status_ASC12 Sorts on the document status in ascending sort order.
Status_DESC13 Sorts on document status in descending sort order.
DeletedDate_ASC14 Sorts on deleted date in ascending sort order.
DeletedDate_DESC15 Sorts on deleted date in descending sort order.
FileName_ASC16 Sorts on file name in ascending sort order.
FileName_DESC17 Sorts on file name in descending sort order.
See Also

Reference