IContentItemCurrentWorkflow Property
|
Gets the workflow this page is in. If page is not in a workflow, this method returns null.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IWorkflow CurrentWorkflow { get; }
ReadOnly Property CurrentWorkflow As IWorkflow
Get
property IWorkflow^ CurrentWorkflow {
IWorkflow^ get ();
}
abstract CurrentWorkflow : IWorkflow with get
Property Value
Type:
IWorkflowSee Also