Click or drag to resize

IWorkflowManagerWorkflowByPage Method (IPage)


Retrieves a Workflow by its containing Page.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IWorkflow WorkflowByPage(
	IPage page
)

Parameters

page
Type: Ingeniux.CMSIPage
Page for which to retrieve a Workflow

Return Value

Type: IWorkflow
If the Page is in a workflow, returns the workflow. Otherwise, returns null.
Remarks
A Page can only be in one Workflow.
See Also