Click or drag to resize

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

Parameters

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