IWorkflowManagerCloneWorkflowsByMasterPage Method
|
Retrieves all the
Workflows that belong to the the provided
Page's lingual clone pages.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<IWorkflow> CloneWorkflowsByMasterPage(
IPage masterPage
)
Function CloneWorkflowsByMasterPage (
masterPage As IPage
) As IEnumerable(Of IWorkflow)
IEnumerable<IWorkflow^>^ CloneWorkflowsByMasterPage(
IPage^ masterPage
)
abstract CloneWorkflowsByMasterPage :
masterPage : IPage -> IEnumerable<IWorkflow>
Parameters
- masterPage
- Type: Ingeniux.CMSIPage
The master page for which to find clones
Return Value
Type:
IEnumerableIWorkflowCollections of
Workflows. If the master page doesn't have clones, or its clones are not in workflows, returns an empty collection.
Remarks If not all clones pages are in workflow, the count of workflows and the count of clone pages may not match.
See Also