WorkflowActionEnum EnumerationKentico 8.0 API Reference
Workflow action enumeration.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Members

  Member nameValueDescription
Unknown0 Unknown action.
Approve1 The document is approved - send e-mail to the users that are approve within next step and to the document editor.
Reject2 Document is rejected - send e-mail to the user that reject the document and to the document editor.
Publish3 The document is published - send e-mail to the document editor.
Archive4 The document is archived - send e-mail to the document editor.
MoveToSpecificStep5 The document is moved to specific step.
See Also