IWorkflowManagerWorkflowByPage Method (IPage)
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IWorkflow WorkflowByPage(
IPage page
)
Function WorkflowByPage (
page As IPage
) As IWorkflow
IWorkflow^ WorkflowByPage(
IPage^ page
)
abstract WorkflowByPage :
page : IPage -> IWorkflow
Parameters
- page
- Type: Ingeniux.CMSIPage
Page for which to retrieve a Workflow
Return Value
Type:
IWorkflowIf the
Page is in a workflow, returns the workflow. Otherwise, returns null.
Remarks See Also