Click or drag to resize

IWorkflowManagerWorkStateByName Method


Gets a single Work State by its name. Workstate names are unique to the collection.

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

Parameters

Name
Type: SystemString
Name of the workstate to retrieve

Return Value

Type: IWorkState
Workstate with matching name.
Remarks
A null or empty name causes the method to return null.
See Also