Click or drag to resize

BeginPublishContentProcessingEventArgs Class


Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsIPublishingContentProcessor
      Ingeniux.CMS.EventBeginPublishContentProcessingEventArgs

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

The BeginPublishContentProcessingEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodBeginPublishContentProcessingEventArgsInitializes a new instance of the BeginPublishContentProcessingEventArgs class
Top
Properties
 NameDescription
Public propertyContentDependencies 
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 propertyStartTime 
Top
See Also