Click or drag to resize

PublishingSystemManagerServicesRemoveReplicationTarget Method


Removes a Repication Target from a Publishing Target

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

Parameters

pubTargetId  String
Id of the Publishing Target to remove Replication Target from
repTargetId  String
Id of the Replication Target to remove

Return Value

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