Click or drag to resize

IWorkflowManagerWorkflow Method


Retrieves a Workflow by its unique ID.

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

Parameters

Id
Type: SystemString
Unique ID of the Workflow.

Return Value

Type: IWorkflow
Workflow with matching ID. Returns null if a matching ID doesn't exist.
See Also