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

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

Defines the actions which are permitted for the caller on a document

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

public enum WorkflowActions
Members

  Member nameValueDescription
Unknown0 Actions not known
Approve1 The caller can approve the document
CancelApproval2 The caller can cancel the approval process
CancelAuthoring3 The caller can cancel the authoring process
CancelReview4 The caller can cancel a rewiev process
CheckIn5 The caller can check in the document
CheckOut6 The caller can checkout the document
Delete7 The caller can delete the document
Decline8 The caller can decline a ongoin workflow
Restore9 The caller can restore an old version of the document
Reject10 The caller can reject
PerformApprove11 The caller can perform an approve against the underlying database
ReturnToWFOwner12 The caller can return control of the document to the owner of the workflow.
SendForApproval13 The caller can send the document for approval.
SendForAuthoring14 The caller can send the document for authoring
SendForReview15 The caller can send the document for review
SetParticipants16 The caller can set workflow participants
TerminateWorkflow17 The caller can terminate the ongoing workflow.
ChangeWFOwner18 The caller can change workflow owner
See Also

Reference