IWorkflowManagerCloneWorkflowsByMasterPage Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
Syntax

IEnumerable<IWorkflow> CloneWorkflowsByMasterPage(
	IPage masterPage
)

Parameters

masterPage
Type: Ingeniux.CMSIPage
The master page for which to find clones

Return Value

Type: 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

Reference