Table of Contents

Method RemoveParameters

Namespace
Skyline.DataMiner.Net.Profiles
Assembly
SLNetTypes.dll

RemoveParameters(params Parameter[])

Removes the specified profile parameters.

public Parameter[] RemoveParameters(params Parameter[] parameters)

Parameters

parameters Parameter[]

The profile parameters to remove.

Returns

Parameter[]

The removed parameters.

RemoveParameters(out string, params Parameter[])

Removes the specified profile parameters.

public bool RemoveParameters(out string error, params Parameter[] parameters)

Parameters

error string

Output string with notifications and/or errors that occurred.

parameters Parameter[]

The profile parameters to remove.

Returns

bool

true if the profile parameter removal succeeded; otherwise, false.