Click or drag to resize

BeginPublishEventArgs Class


Event arguments that capture the beginning of execution of a Publishing Task.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsIPublishingTask
      Ingeniux.CMS.EventPublishingTaskEventArgs
        Ingeniux.CMS.EventBeginPublishEventArgs

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

The BeginPublishEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodBeginPublishEventArgs Initializes a new instance of the BeginPublishEventArgs class
Top
Properties
 NameDescription
Public propertyAssetsCount Gets the count of Assets to be published
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertyFullPublish Gets whether the publish is full or incremental
Public propertyPages Gets the IDS of all Pages to be published
Public propertyPagesCount Gets the count of Pages to be published
Public propertyPostProcessingItemsCount Gets the count of items for post processing, in this case, is the top owner dependency entries
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 propertyStartTime Gets the Publishing Task starting time
Public propertySubmitTime Gets the Publishing Task submission time
Public propertySubmitUserId Gets the ID of the User that submitted the publish request
(Inherited from PublishingTaskEventArgs)
Top
See Also