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

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

Defines the workfow permissions a caller can have on a document

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

[FlagsAttribute]
public enum WorkflowCallerPermissions
Members

  Member nameValueDescription
Unknown-1 The system cannot determine permissions.
None0 No permissions found.
Read1 The caller can read the document.
Write2 The caller can update the document.
Approve4 The caller can approve the document.
Restore8 The caller can restore the document.
Move16 The caller may transfer workflow owner of the document.
Terminate32 The caller can terminate the workflow.
Delete64 The caller can delete the document.
All127 All possible permissions set
See Also

Reference