Click or drag to resize

IAWSReplicationTarget Methods


The IAWSReplicationTarget type exposes the following members.

Methods
  Name Description
Public method AddAdditionalLocation Adds a new Additional Location to this replication target.
(Inherited from IReplicationTarget)
Public method AddCleanupExemption Adds a new Cleanup Exempt Location to this replication target.
(Inherited from IReplicationTarget)
Public method AddExemptLocation Adds a new Exempt Location to this replication target.
(Inherited from IReplicationTarget)
Public method AdditionalLocations Retrieves the collection of Additional Locations for this replication target, in a paginated fashion.
(Inherited from IReplicationTarget)
Public method AdditionalLocationsCount Gets the count of Additional Locations for this replication target.
(Inherited from IReplicationTarget)
Public method CancelReplication Cancels an ongoing replication and updates the Task Monitor to the cancelled state.
(Inherited from IReplicationTarget)
Public method CleanReplicate Performs a replication that removes all Files from the replication destination that no longer exist in the Publishing Target Folder.
(Inherited from IReplicationTarget)
Public method CleanupExemptLocations Retrieves the collection of Cleanup Exempt Locations for this replication target, in a paginated fashion.
(Inherited from IReplicationTarget)
Public method CleanupExemptLocationsCount Gets the count of Cleanup Exempt Locations for this replication target.
(Inherited from IReplicationTarget)
Public method ClearExemptionAndAdditionalLocations Removes all Exempt, Additional and Cleanup Exempt locations.
(Inherited from IReplicationTarget)
Public method ExemptLocations Retrieves the collection of Exempt Locations for this Replication Target, in a paginated fashion.
(Inherited from IReplicationTarget)
Public method ExemptLocationsCount Gets the count of Exempt Locations for this replication target.
(Inherited from IReplicationTarget)
Public method Replicate Performs replication on this target.
(Inherited from IReplicationTarget)
Public method SetExclusiveReplicateItems 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.
(Inherited from IReplicationTarget)
Public method SetRemoveItems Sets the files to be removed.
(Inherited from IReplicationTarget)
Public method Touch Updated the entity's LastModified value to the current time.
(Inherited from IEntity)
Public method ValidateData Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity)
Public method ValidateUserPermission 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