Table of Contents

Method UpdateConnectionFilter

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

UpdateConnectionFilter(int, string, bool)

Updates the connection filter of the specified connection.

public bool UpdateConnectionFilter(int ConnectionId, string newFilter, bool updateBothConnections)

Parameters

ConnectionId int

The ID of the connection.

newFilter string

The new connection filter.

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.