Click or drag to resize

IWorkflowManagerWorkflowByPage(IPage) Method


Retrieves a Workflow by its containing Page.

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

Parameters

page  IPage
Page for which to retrieve a Workflow

Return Value

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