Table of Contents

Method UpdateName

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

UpdateName(string, string, bool)

Updates the name of this connection.

public bool UpdateName(string newSourceName, string newDestinationName, bool updateBothConnections)

Parameters

newSourceName string

The new connection name for the source end of the connection.

newDestinationName string

The new connection name for the destination end of the connection.

updateBothConnections bool

true if the name should be updated on both the source and destination element; otherwise, false.

Returns

bool

true if the update succeeded; otherwise, false.