IReplicationTarget Properties |
The IReplicationTarget type exposes the following members.
Name | Description | |
---|---|---|
Created |
Gets the entity's creation date.
(Inherited from IEntity.) | |
CreationUser |
Gets the ID of the User who created this entity.
(Inherited from IEntity.) | |
Description |
Gets and sets the detailed description of this target.
| |
Disabled |
Gets and sets whether this target is disabed. Disabled targets cannot perform replications.
| |
LastModified |
Gets the date when the entity was most recently modified.
(Inherited from IEntity.) | |
LastModifiedUser |
Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity.) | |
Manager |
Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager.) | |
Name |
Gets and sets the entity's name.
(Inherited from IEntity.) | |
PostReplicationCommand |
Gets and sets the commands that are executed after replication on this target. Use standard Command Prompts (DOS) command syntax.
| |
PostReplicationCommandTimeout |
Gets and sets the timeout (in seconds) for PostReplicationCommand.
| |
PreReplicationCommand |
Gets and sets the commands that are executed before replication on this target. Uses standard Command Prompts (DOS) command syntax.
| |
PreReplicationCommandTimeout |
Gets and sets the timeout (in seconds) for PreReplicationCommand.
| |
PublishingTargetDirectory |
Gets the full path of the Publishing Target Folder to which this replication target belongs.
| |
Replicating |
Gets whether this target is currently performing a replication.
| |
RepTaskDetails |
Gets the details of the last-completed replication.
| |
RepTaskMonitor |
Gets the Monitor object that tracks an ongoing replication. This object will stick around.
| |
Session |
Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity.) | |
SessionId |
Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity.) | |
Type |
Gets the full Type name of the target.
| |
UseCommands |
Gets and sets whether to execute the PreReplicationCommand and
PostReplicationCommand.
|