Table of Contents

Method UpdateConnectionName

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

UpdateConnectionName(int, string, string, bool)

Updates the name of the connection.

public bool UpdateConnectionName(int ConnectionId, string newSourceName, string newDestinationName, bool updateBothConnections)

Parameters

ConnectionId int

The ID of the connection.

newSourceName string

The new name to apply to this connection on the source.

newDestinationName string

The new name to apply to this connection on the destination.

updateBothConnections bool

true if the connection entry should be updated at both ends of the connection; otherwise, false.

Returns

bool

true if the update succeeded; otherwise, false.