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

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

Indicates types of actions taken on a document.

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

public enum DocumentActions
Members

  Member nameValueDescription
Created1 The document was created.
Updated2 The document was updated.
Approved3 The document was approved.
Restored4 An older version of the ddocument has been restored.
CheckedIn5 The document was checked in.
CheckedOut6 The document was checked out.
Recycled7 The document was put in the recycling bin.
ForceCheckIn8 The document was checked in by another user that the user that holds it checked out.
Unrecycled9 The document has been restored from the recycling bin.
Revision10 The document was sent on revision or a workflow started on the document.
RemoveFromRevision11 The document was removed from the list of documents to be reviewed or the workflow was terminated
Rejected12 A document on revision was rejected by an editor.
TreeMoved13 The document was moved within the document hierarcy.
TreeAdded14 The document was added to a hierarcy of documents.
TreeDetached15 The document was detached from a document hierarcy.
Viewed16 Someone viewed the document
See Also

Reference