Click or drag to resize

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.6.492
Syntax
IEnumerable<IWorkflow> CloneWorkflowsByMasterPage(
	IPage masterPage
)

Parameters

masterPage  IPage
The master page for which to find clones

Return Value

IEnumerableIWorkflow
Collections 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