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.6.492
Syntax
IWorkState WorkStateByName(
	string Name
)

Parameters

Name  String
Name of the workstate to retrieve

Return Value

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