Click or drag to resize

IFileReplicationTarget Properties


The IFileReplicationTarget type exposes the following members.

Properties
  Name Description
Public property Archived Gets/sets the archived value of this entity
(Inherited from IEntity)
Public property ChangeDetectionOnContent Gets/sets a true or false value indicating whether to compare file content before replication.
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 Description Gets and sets the detailed description of this target.
(Inherited from IReplicationTarget)
Public property Disabled Gets and sets whether this target is disabled. Disabled targets cannot perform replications.
(Inherited from IReplicationTarget)
Public property ImpersonatePassword Gets/sets the password of the user with access to the UNC path.
Public property Code example ImpersonateUserDomain Gets/sets the domain name of the shared location for the UNC path.
Public property ImpersonateUserName Gets/sets the name of the user with access to the UNC path.
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 PostReplicationCommand Gets and sets the commands that are executed after replication on this target. Use standard Command Prompts (DOS) command syntax.
(Inherited from IReplicationTarget)
Public property PostReplicationCommandTimeout Gets and sets the timeout (in seconds) for PostReplicationCommand.
(Inherited from IReplicationTarget)
Public property PreReplicationCommand Gets and sets the commands that are executed before replication on this target. Uses standard Command Prompts (DOS) command syntax.
(Inherited from IReplicationTarget)
Public property PreReplicationCommandTimeout Gets and sets the timeout (in seconds) for PreReplicationCommand.
(Inherited from IReplicationTarget)
Public property PublishingTargetDirectory Gets the full path of the Publishing Target Folder to which this replication target belongs.
(Inherited from IReplicationTarget)
Public property Replicating Gets whether this target is currently performing a replication.
(Inherited from IReplicationTarget)
Public property RepTaskDetails Gets the details of the last-completed replication.
(Inherited from IReplicationTarget)
Public property RepTaskMonitor Gets the Monitor object that tracks an ongoing replication. This object will stick around.
(Inherited from IReplicationTarget)
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 Code example TargetLocation Gets/sets the file path where published content will be replicated to.
Public property Code example Type Gets the full Type name of the target.
(Inherited from IReplicationTarget)
Public property UseCommands Gets and sets whether to execute the PreReplicationCommand and PostReplicationCommand.
(Inherited from IReplicationTarget)
Public property UseImpersonation Gets/sets a true or false value indicating whether to connect to a universal naming convention (UNC) path using a different user account. The default value is false.
Public property UseWriteThrough Gets and sets if the system should write through any intermediate cache and go directly to disk during replication.
(Inherited from IReplicationTarget)
Top
See Also