IReplicationItem Interface Ingeniux CMS Content Store API

Represents an item to be replicated and its replication status. It is used to track replication progress.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public interface IReplicationItem

The IReplicationItem type exposes the following members.

Properties

  NameDescription
Public propertyChangeType
Gets the type of change on this item: Create, Update, Delete, or Rename/Move.
Public propertyCompleted
Gets and sets whether replication of this item has been done, skipped, or copied.
Public propertySkipped
Gets and sets whether this item is skipped during replication.
Public propertySkipReason
Gets and sets the reason why this item is skipped.
Public propertyValue
Gets the value of the replication item. It is to be implemented by derived objects.
Top
See Also

Reference