EntityRemoveWorkflowEventArgsTWorkflow Property
|
Gets the Workflow that the page is being added to/removed from
Namespace: Ingeniux.CMS.EventAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxpublic IWorkflow Workflow { get; }Public ReadOnly Property Workflow As IWorkflow
Get
public:
property IWorkflow^ Workflow {
IWorkflow^ get ();
}member Workflow : IWorkflow with get
Property Value
IWorkflow
See Also