PublishingSystemManagerServicesRemoveReplicationTarget Method
|
Removes a Repication Target from a Publishing Target
Namespace:
IngeniuxCMService
Assembly:
IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax public XHRServiceResponseGeneric<bool> RemoveReplicationTarget(
string pubTargetId,
string repTargetId
)
Public Function RemoveReplicationTarget (
pubTargetId As String,
repTargetId As String
) As XHRServiceResponseGeneric(Of Boolean)
public:
virtual XHRServiceResponseGeneric<bool>^ RemoveReplicationTarget(
String^ pubTargetId,
String^ repTargetId
) sealed
abstract RemoveReplicationTarget :
pubTargetId : string *
repTargetId : string -> XHRServiceResponseGeneric<bool>
override RemoveReplicationTarget :
pubTargetId : string *
repTargetId : string -> XHRServiceResponseGeneric<bool>
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:
XHRServiceResponseGenericBooleanTrue 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