IWorkflowManagerWorkflowByPage Method (String) Ingeniux CMS Content Store API

Retrieves a Workflow by its containing Page.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference