Click or drag to resize

IReplicationLog Properties


The IReplicationLog type exposes the following members.

Properties
  Name Description
Public property Archived Gets/sets the archived value of this entity
(Inherited from IEntity)
Public property CancelledByUser Gets/sets if the replication was canceled.
Public property Created Gets the entity's creation date.
(Inherited from IEntity)
Public property CreationUser Gets the ID of the User who created this entity.
(Inherited from IEntity)
Public property EndTime Gets/sets the end time of the replication.
Public property LastModified Gets the date when the entity was most recently modified.
(Inherited from IEntity)
Public property LastModifiedUser Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity)
Public property Manager Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager)
Public property PublishingTargetID Gets/sets the ID of the corresponding .
Public property PublishingTaskId The ID of the corresponding publishing task.
Public property Removed Gets/sets the number of content items that were removed during replication.
Public property RemovedItems Obsolete.

This property is deprecated.

Gets/sets the collection of removed entries for this replication log.

Public property Replicated Gets/sets the number of content items that were replicated.
Public property ReplicatedItems Obsolete.

This property is deprecated.

Gets/sets the collection of entries for this replication log.

Public property ReplicationLogEntries A wrapper object for collections of all the items that were replicated, removed, and skipped during replication.
Public property ReplicationTargetID Gets/sets the ID of the corresponding .
Public property Session Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity)
Public property SessionId Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity)
Public property Skipped Gets/sets the number of content items that were skipped during replication.
Public property SkippedItems Obsolete.

This property is deprecated.

Gets/sets the collection of skipped entries for this replication log.

Public property StartTime Gets/sets the start time of the replication.
Public property StoppingError Gets/sets the error message if an exception caused the replication to terminate.
Public property SubmitUser Gets/sets the ID of the operating CMS user who triggered the replication.
Top
See Also