Click or drag to resize
WorkflowConfigurationGetStateById Method
Returns the workflow state with the specified ID.

Namespace: Colygon.MatchPoint.WorkflowKit.Configuration
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public WorkflowState GetStateById(
	Guid id
)

Parameters

id
Type: SystemGuid

Return Value

Type: WorkflowState
See Also