IWorkflowManagerWorkStateByName Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference