Click or drag to resize

BeginPublishEventArgs Properties


The BeginPublishEventArgs type exposes the following members.

Properties
  Name Description
Public property AssetsCount Gets the count of Assets to be published
Public property Entity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public property FullPublish Gets whether the publish is full or incremental
Public property Pages Gets the IDS of all Pages to be published
Public property PagesCount Gets the count of Pages to be published
Public property PostProcessingItemsCount Gets the count of items for post processing, in this case, is the top owner dependency entries
Public property PubTargetId Gets the ID of Publishing Target, the publish to happen on
(Inherited from PublishingTaskEventArgs)
Public property Session Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Public property StartTime Gets the Publishing Task starting time
Public property SubmitTime Gets the Publishing Task submission time
Public property SubmitUserId Gets the ID of the User that submitted the publish request
(Inherited from PublishingTaskEventArgs)
Top
See Also