Click or drag to resize

EntityAddWorkflowEventArgsT Class


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

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

Type Parameters

T

The EntityAddWorkflowEventArgsT type exposes the following members.

Constructors
 NameDescription
Public methodEntityAddWorkflowEventArgsTInitializes a new instance of the EntityAddWorkflowEventArgsT 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 propertyWorkflowDefinition Gets the Workflow that the page is being added to/removed from
Top
See Also