Click or drag to resize
WorkflowInstanceGetUserTransitions Method
Returns the user transitions for the current workflow state.

Namespace: Colygon.MatchPoint.WorkflowKit
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public IEnumerable<UserTransition> GetUserTransitions(
	bool includeHidden
)

Parameters

includeHidden
Type: SystemBoolean

Return Value

Type: IEnumerableUserTransition
See Also