Click or drag to resize

IWorkflowManagerWorkState Method


Gets a single Work State by its unique ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IWorkState WorkState(
	string Id
)

Parameters

Id
Type: SystemString
Unique ID of the workstate to retrieve

Return Value

Type: IWorkState
WorkState with matching ID. Returns null if a matching ID doesn't exist.
Remarks
A null or empty ID causes the method to return null.
See Also