IWorkflowManagerWorkflowsByPages Method Ingeniux CMS Content Store API

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

IWorkflow[] WorkflowsByPages(
	IEnumerable<string> pageIds
)

Parameters

pageIds
Type: System.Collections.GenericIEnumerableString
Ids of Pages

Return Value

Type: IWorkflow
Arrays of Workflows
See Also

Reference