Click or drag to resize

PublishingSystemManagerServicesRemoveReplicationTarget Method


Removes a Repication Target from a Publishing Target

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<bool> RemoveReplicationTarget(
	string pubTargetId,
	string repTargetId
)

Parameters

pubTargetId
Type: SystemString
Id of the Publishing Target to remove Replication Target from
repTargetId
Type: SystemString
Id of the Replication Target to remove

Return Value

Type: XHRServiceResponseGenericBoolean

True if Replication Target exists under the Publishing Target, false otherwise

Remarks

If the Publishing Target doesn't exist, error result will be returned.

See Also