Click or drag to resize

IFileReplicationItem Properties


The IFileReplicationItem 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.
(Inherited from IReplicationItem)
Public property Completed Gets and sets whether replication of this item has been done, skipped, or copied.
(Inherited from IReplicationItem)
Public property FilePath Gets the full path of the File from its source location.
Public property Key Gets the key of the replication item. This is also the file path of the item.
(Inherited from IReplicationItem)
Public property Skipped Gets and sets whether this item is skipped during replication.
(Inherited from IReplicationItem)
Public property SkipReason Gets and sets the reason why this item is skipped during replication.
(Inherited from IReplicationItem)
Public property Value Gets the value of the replication item. It is to be implemented by derived objects.
(Inherited from IReplicationItem)
Top
See Also