Table of Contents

Method UpdateFilter

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

UpdateFilter(string, bool)

Updates the connection filter.

public bool UpdateFilter(string newFilter, bool updateBothConnections)

Parameters

newFilter string

The new connection filter.

updateBothConnections bool

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

Returns

bool

true if the update succeeded; otherwise, false.