Click or drag to resize

IWorkflowManagerWorkflowByPage Method (String)


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(
	string pageId
)

Parameters

pageId
Type: SystemString
Page ID 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 id can only be in one Workflow.
See Also