Click or drag to resize

IReplicationItem Properties


The IReplicationItem type exposes the following members.

Properties
  Name Description
Public property ChangeType Gets the type of change on this item: Create, Update, Delete, or Rename/Move.
Public property Completed Gets and sets whether replication of this item has been done, skipped, or copied.
Public property Key Gets the key of the replication item. This is also the file path of the item.
Public property Skipped Gets and sets whether this item is skipped during replication.
Public property SkipReason Gets and sets the reason why this item is skipped during replication.
Public property Value Gets the value of the replication item. It is to be implemented by derived objects.
Top
See Also