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

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

Defines how the DocList method sorts its document list

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

public enum DocListSortorder
Members

  Member nameValueDescription
PublishDateDesc0The document list is sorted on PublishDate in descending order.
DocumentNameAsc1The document list is sorted on DocumentName in ascending order.
PublishDateAsc2The document list is sorted on PublishDate in ascending order.
DocumentNameDesc3The document list is sorted on DocumentName in descending order.
CreatedByAsc4The document list is sorted on the creator's name in ascending order.
CreatedByDesc5The document list is sorted on the creator's name in descending order.
ModifiedByAsc6The document list is sorted on the modifier's name in ascending order.
ModifiedByDesc7The document list is sorted on the modifier's name in descending order.
ModifiedDateDesc8The document list is sorted on the modified date of the document in descending order.
ModifiedDateAsc9The document list is sorted on the modified date of the document in ascending order.
See Also

Reference