Click or drag to resize

IReplicationTarget Methods


The IReplicationTarget type exposes the following members.

Methods
  NameDescription
Public methodAddAdditionalLocation
Adds a new Additional Location to this replication target.
Public methodAddCleanupExemption
Adds a new Cleanup Exempt Location to this replication target.
Public methodAddExemptLocation
Adds a new Exempt Location to this replication target.
Public methodAdditionalLocations
Retrieves the collection of Additional Locations for this replication target, in a paginated fashion.
Public methodAdditionalLocationsCount
Gets the count of Additional Locations for this replication target.
Public methodCancelReplication
Cancels an ongoing replication and updates the Task Monitor to the cancelled state.
Public methodCleanReplicate
Performs a replication that removes all Files from the replication destination that no longer exist in the Publishing Target Folder.
Public methodCleanupExemptLocations
Retrieves the collection of Cleanup Exempt Locations for this replication target, in a paginated fashion.
Public methodCleanupExemptLocationsCount
Gets the count of Cleanup Exempt Locations for this replication target.
Public methodClearExemptionAndAdditionalLocations
Removes all Exempt, Additional and Cleanup Exempt locations.
Public methodExemptLocations
Retrieves the collection of Exempt Locations for this Replication Target, in a paginated fashion.
Public methodExemptLocationsCount
Gets the count of Exempt Locations for this replication target.
Public methodReplicate
Performs replication on this target.
Public methodSetExclusiveReplicateItems
Sets the files to be replicated, besides the Additional Locations. Once this method is called, these are the only files from the Publishing Target Folder that will be replicated.
Public methodTouch
Updated the entity's LastModified value to the current time.
(Inherited from IEntity.)
Public methodValidateData
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.)
Public methodValidateUserPermission
Validates the user permission on the current entity. Implemented by concrete inheriting types. It is called automatically upon saving an entity.
(Inherited from IEntity.)
Top
See Also