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.3.169
Syntax IWorkflow[] WorkflowsByPages(
IEnumerable<string> pageIds
)
Function WorkflowsByPages (
pageIds As IEnumerable(Of String)
) As IWorkflow()
array<IWorkflow^>^ WorkflowsByPages(
IEnumerable<String^>^ pageIds
)
abstract WorkflowsByPages :
pageIds : IEnumerable<string> -> IWorkflow[]
Parameters
- pageIds
- Type: System.Collections.GenericIEnumerableString
Ids of Pages
Return Value
Type:
IWorkflowArrays of
WorkflowsSee Also