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