Click or drag to resize

IReplicationTarget Properties


The IReplicationTarget type exposes the following members.

Properties
  NameDescription
Public propertyCreated
Gets the entity's creation date.
(Inherited from IEntity.)
Public propertyCreationUser
Gets the ID of the User who created this entity.
(Inherited from IEntity.)
Public propertyDescription
Gets and sets the detailed description of this target.
Public propertyDisabled
Gets and sets whether this target is disabed. Disabled targets cannot perform replications.
Public propertyLastModified
Gets the date when the entity was most recently modified.
(Inherited from IEntity.)
Public propertyLastModifiedUser
Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity.)
Public propertyManager
Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager.)
Public propertyName
Gets and sets the entity's name.
(Inherited from IEntity.)
Public propertyPostReplicationCommand
Gets and sets the commands that are executed after replication on this target. Use standard Command Prompts (DOS) command syntax.
Public propertyPostReplicationCommandTimeout
Gets and sets the timeout (in seconds) for PostReplicationCommand.
Public propertyPreReplicationCommand
Gets and sets the commands that are executed before replication on this target. Uses standard Command Prompts (DOS) command syntax.
Public propertyPreReplicationCommandTimeout
Gets and sets the timeout (in seconds) for PreReplicationCommand.
Public propertyPublishingTargetDirectory
Gets the full path of the Publishing Target Folder to which this replication target belongs.
Public propertyReplicating
Gets whether this target is currently performing a replication.
Public propertyRepTaskDetails
Gets the details of the last-completed replication.
Public propertyRepTaskMonitor
Gets the Monitor object that tracks an ongoing replication. This object will stick around.
Public propertySession
Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity.)
Public propertySessionId
Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity.)
Public propertyCode exampleType
Gets the full Type name of the target.
Public propertyUseCommands
Gets and sets whether to execute the PreReplicationCommand and PostReplicationCommand.
Top
See Also