IWorkflowManagerWorkState Method Ingeniux CMS Content Store API

Gets a single Work State by its unique ID.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference