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.6.492
Syntax
IWorkState WorkState(
	string Id
)

Parameters

Id  String
Unique ID of the workstate to retrieve

Return Value

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