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

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

Defines the sort order used int the GetSiblingCollection method

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

public enum SiblingCollectionSortOrder
Members

  Member nameValueDescription
AsEntered0 No sort order, the documents are sorted as entered in the list
PublishDate_DESC1 Sorted on the document's publish date in descending order
PublishDate_ASC2 Sorted on the document's publish date in ascending order
ModifiedDate_DESC3 Sorted on the document's last modified date in descending order
ModifiedDate_ASC4 Sorted on the document's last modified date in ascending order
See Also

Reference