Click or drag to resize

IWorkflowManagerCloneWorkflowsByMaster Method


Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<IWorkflow> CloneWorkflowsByMaster(
	IContentItem masterPage
)

Parameters

masterPage
Type: Ingeniux.CMSIContentItem

[Missing <param name="masterPage"/> documentation for "M:Ingeniux.CMS.IWorkflowManager.CloneWorkflowsByMaster(Ingeniux.CMS.IContentItem)"]

Return Value

Type: IEnumerableIWorkflow

[Missing <returns> documentation for "M:Ingeniux.CMS.IWorkflowManager.CloneWorkflowsByMaster(Ingeniux.CMS.IContentItem)"]

See Also