PublishingSystemManagerServicesRemoveReplicationTarget Method
|
Removes a Repication Target from a Publishing Target
Namespace: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntaxpublic 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 String
- Id of the Publishing Target to remove Replication Target from
- repTargetId String
- Id of the Replication Target to remove
Return Value
XHRServiceResponseGenericBooleanTrue if Replication Target exists under the Publishing Target, false otherwise
RemarksIf the Publishing Target doesn't exist, error result will be returned.
See Also