Click or drag to resize

IFileReplicationItem Interface


Represents a File replication item and its replication status.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface IFileReplicationItem : IReplicationItem

The IFileReplicationItem type exposes the following members.

Properties
 NameDescription
Public propertyChangeType Gets the type of change on this item: Create, Update, Delete, or Rename/Move.
(Inherited from IReplicationItem)
Public propertyCompleted Gets and sets whether replication of this item has been done, skipped, or copied.
(Inherited from IReplicationItem)
Public propertyFilePath Gets the full path of the File from its source location.
Public propertyKey Gets the key of the replication item. This is also the file path of the item.
(Inherited from IReplicationItem)
Public propertySkipped Gets and sets whether this item is skipped during replication.
(Inherited from IReplicationItem)
Public propertySkipReason Gets and sets the reason why this item is skipped during replication.
(Inherited from IReplicationItem)
Public propertyValue Gets the value of the replication item. It is to be implemented by derived objects.
(Inherited from IReplicationItem)
Top
See Also