WorkflowTransitionInfoProvider GetWorkflowTransitions Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodStatic memberGetWorkflowTransitions 
Returns all workflow transitions.
Public methodStatic memberGetWorkflowTransitions(Int32)
Returns the Dataset of workflow transitions.
Public methodStatic memberGetWorkflowTransitions(String, String)
Returns dataset of all workflow transitions matching the specified parameters.
Public methodStatic memberGetWorkflowTransitions(String, String, Int32, String)
Returns dataset of all workflow transitions matching the specified parameters.
Public methodStatic memberGetWorkflowTransitions(Int32, String, String, Int32, String)
Returns dataset of workflow transitions for given workflow.
Back to Top
See Also