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

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

Indicates how the ListChildren API should sort its returned data

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

public enum ListChildrenSortOrder
Members

  Member nameValueDescription
Default0The list is sorted by the default sort order which is identical to the ListChildrenSortOrder.DocumentOrder sort order
DocumentName1The list is sorted by the document name in ascending order
PublishDate2The list is sorted by the document's published date in descending order
DocumentOrder3The list is sorted by the document level order and by names if the level oreder is not specified
See Also

Reference