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
ConnectionIdintThe ID of the connection.
newSourceNamestringThe new name to apply to this connection on the source.
newDestinationNamestringThe new name to apply to this connection on the destination.
updateBothConnectionsbooltrueif the connection entry should be updated at both ends of the connection; otherwise,false.
Returns
- bool
trueif the update succeeded; otherwise,false.