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

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

Defines how the procedures that list workflow items should sort the returned list

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

public enum WorkflowListSorting
Members

  Member nameValueDescription
NameDesc0Sort by name in descending order
NameAsc1Sort by name in ascending order
ModifiedDesc2Sort by the last modified date in descending order
ModifiedAsc3Sort by the last modified date in ascending order
See Also

Reference