IWorkflowManagerCloneWorkflowsByMasterPage Method
|
Retrieves all the
Workflows that belong to the the provided
Page's lingual clone pages.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<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 IPage
- The master page for which to find clones
Return Value
IEnumerableIWorkflowCollections of
Workflows. If the master page doesn't have clones, or its clones are not in workflows, returns an empty collection.
RemarksIf not all clones pages are in workflow, the count of workflows and the count of clone pages may not match.
See Also