Click or drag to resize

ReplicationItemEventArgs Class


Event arguments that capture the information of a single file that was replicated.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsIReplicationTarget
      Ingeniux.CMS.EventReplicationItemEventArgs

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

The ReplicationItemEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodReplicationItemEventArgsInitializes a new instance of the ReplicationItemEventArgs class
Top
Properties
 NameDescription
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertyItemsReplicatedSinceLastUpdate Gets the count of items that were already replicated thus far
Public propertyReplicationItem Gets the information of the file to be replicated
Public propertyReplicationTargetId Gets the unique ID of the Replication Target.
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Public propertySubmitUser Gets the User that submitted the publish request, which drives the replication
Top
See Also