Method UpdateName
UpdateName(string, string, bool)
Updates the name of this connection.
public bool UpdateName(string newSourceName, string newDestinationName, bool updateBothConnections)
Parameters
newSourceName
stringThe new connection name for the source end of the connection.
newDestinationName
stringThe new connection name for the destination end of the connection.
updateBothConnections
booltrue
if the name should be updated on both the source and destination element; otherwise,false
.
Returns
- bool
true
if the update succeeded; otherwise,false
.