The IWorkflowStateManager type exposes the following members.

Methods

  NameDescription
Public methodAddWorkflowState
This method adds a new State to a workflow. The new state is always added as next to last state.
Public methodAddWorkflowStatePermission
This method add a new workflow state permission
Public methodDeleteWorkflowState
This method hard deletes a state
Public methodDeleteWorkflowStatePermission
This method deletes a workflow state permission by Id
Public methodGetContentWorkflowStateUsageCount
This method returns the total number of Content Items that are associated with the State
Public methodGetWorkflowState
This method returns a workflow State by Id
Public methodGetWorkflowStatePermissionByState
This method returns the list of State Permission of a specific state
Public methodGetWorkflowStates
This method returns the list of States of a Workflow ordered by State Order ascending
Public methodMoveState
This method move the state up to index position in the workflow state order
Public methodMoveWorkflowStateDown
This method move the state down to 1 position in the workflow state order
Public methodMoveWorkflowStateUp
This method move the state up to 1 position in the workflow state order
Public methodUpdateWorkflowState
This method updates a State.

See Also