Click or drag to resize

PostPublishContentProcessingEventArgs Class


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

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

The PostPublishContentProcessingEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodPostPublishContentProcessingEventArgsInitializes a new instance of the PostPublishContentProcessingEventArgs class
Top
Properties
 NameDescription
Public propertyCompleteTime 
Public propertyContentDependencies 
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertyOutput 
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Top
See Also