IWorkflowManagerWorkflowsByPages Method
|
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: 10.6.492
SyntaxIWorkflow[] 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 IEnumerableString
- Ids of Pages
Return Value
IWorkflowArrays of
Workflows
See Also