Click or drag to resize

EntityRemoveWorkflowEventArgsT Class


Event arguments that capture the adding/removing of a Page to/from Workflow.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsT
      Ingeniux.CMS.EventEntityRemoveWorkflowEventArgsT

Namespace: Ingeniux.CMS.Event
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public class EntityRemoveWorkflowEventArgs<T> : EntityEventArgs<T>
where T : IContentItem

Type Parameters

T

The EntityRemoveWorkflowEventArgsT type exposes the following members.

Constructors
 NameDescription
Public methodEntityRemoveWorkflowEventArgsTInitializes a new instance of the EntityRemoveWorkflowEventArgsT class
Top
Properties
 NameDescription
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Public propertyWorkflow Gets the Workflow that the page is being added to/removed from
Top
See Also