Click or drag to resize
DocumentSortEnum Enumeration
Documents sort type enumeration.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public enum DocumentSortEnum
Members
  Member nameValueDescription
Unknown-1 Unknown type of sort.
Alphabetically0 Sorting by alphabet.
ByDate1 Sorting by date.
See Also