Retrieves an array of
Workflows by the Ids of the
Pages they are associated with.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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
Workflows
Reference