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

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

Defines how the list of log items is sorted

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

public enum LoglistSortOrder
Members

  Member nameValueDescription
LogDateAsc0Sort by the date and time of the log items in ascending order.
LogDateDesc1Sort by the date and time of the log items in descending order.
UserNameAsc2Sort by the name of the log items in ascending order.
UserNameDesc3Sort by the name of the log items in descending order.
TitleAsc4Sort by the title of the log items in ascending order.
TitleDesc5Sort by the title of the log items in descending order.
See Also

Reference