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