Click or drag to resize

UpdatePostContentProcessingStepEventArgs Class


Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsIPublishingTask
      Ingeniux.CMS.EventPublishingTaskEventArgs
        Ingeniux.CMS.EventUpdatePostContentProcessingStepEventArgs

Namespace: Ingeniux.CMS.Event
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public class UpdatePostContentProcessingStepEventArgs : PublishingTaskEventArgs

The UpdatePostContentProcessingStepEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodUpdatePostContentProcessingStepEventArgsInitializes a new instance of the UpdatePostContentProcessingStepEventArgs class
Top
Properties
 NameDescription
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertyErrorMessage 
Public propertyNumProcessed 
Public propertyProcessor 
Public propertyPubTargetId Gets the ID of Publishing Target, the publish to happen on
(Inherited from PublishingTaskEventArgs)
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Public propertySubmitUserId Gets the ID of the User that submitted the publish request
(Inherited from PublishingTaskEventArgs)
Top
See Also