The IWorkflowStateManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddWorkflowState |
This method adds a new State to a workflow. The new state is always added as next to last state.
| |
| AddWorkflowStatePermission |
This method add a new workflow state permission
| |
| DeleteWorkflowState |
This method hard deletes a state
| |
| DeleteWorkflowStatePermission |
This method deletes a workflow state permission by Id
| |
| GetContentWorkflowStateUsageCount |
This method returns the total number of Content Items that are associated with the State
| |
| GetWorkflowState |
This method returns a workflow State by Id
| |
| GetWorkflowStatePermissionByState |
This method returns the list of State Permission of a specific state
| |
| GetWorkflowStates |
This method returns the list of States of a Workflow ordered by State Order ascending
| |
| MoveState |
This method move the state up to index position in the workflow state order
| |
| MoveWorkflowStateDown |
This method move the state down to 1 position in the workflow state order
| |
| MoveWorkflowStateUp |
This method move the state up to 1 position in the workflow state order
| |
| UpdateWorkflowState |
This method updates a State.
|