Click or drag to resize

AssetWorkflowAdvanceEventArgs Class


Event arguments that capture the advancement of a Asset in Workflow.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsITransition
      Ingeniux.CMS.EventAssetWorkflowAdvanceEventArgs

Namespace: Ingeniux.CMS.Event
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public class AssetWorkflowAdvanceEventArgs : EntityEventArgs<ITransition>

The AssetWorkflowAdvanceEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodAssetWorkflowAdvanceEventArgsInitializes a new instance of the AssetWorkflowAdvanceEventArgs class
Top
Properties
 NameDescription
Public propertyAsset Gets the Asset that is advancing in workflow
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 is being advanced
Top
See Also