Click or drag to resize

IWorkflowManagerWorkflowsByPages Method


Retrieves an array of Workflows by the Ids of the Pages they are associated with.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IWorkflow[] WorkflowsByPages(
	IEnumerable<string> pageIds
)

Parameters

pageIds
Type: System.Collections.GenericIEnumerableString
Ids of Pages

Return Value

Type: IWorkflow
Arrays of Workflows
See Also