Method UpdateConnectionName
UpdateConnectionName(int, string, string, bool)
Updates the name of the connection.
public bool UpdateConnectionName(int ConnectionId, string newSourceName, string newDestinationName, bool updateBothConnections)
Parameters
ConnectionId
intThe ID of the connection.
newSourceName
stringThe new name to apply to this connection on the source.
newDestinationName
stringThe new name to apply to this connection on the destination.
updateBothConnections
booltrue
if the connection entry should be updated at both ends of the connection; otherwise,false
.
Returns
- bool
true
if the update succeeded; otherwise,false
.