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

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

Specifies different lists of documents

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

public enum DocumentSpecialList
Members

  Member nameValueDescription
MyDocuments0 Specifies a list of documents created by the caller.
MyFavourites1 Specifies a list of favourite documents for the caller.
MyLatestActivities2 Specifies a list of the latest performed activities performed by the caller.
MyCheckedOutDocuments3 Specifies a list of documents that the caller holds checked out.
DocumentsForRevision4 Specifies a list of all documents of version that are available to the caller.
RejectedDocuments5 Specifies a list of rejected documents that are available to the caller.
See Also

Reference