Table of Contents

Method SetParameters

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

SetParameters(IEnumerable<Parameter>, ref bool, bool)

Adds or edits the specified profile parameters.

public IEnumerable<Parameter> SetParameters(IEnumerable<Parameter> parameters, ref bool success, bool isDelete)

Parameters

parameters IEnumerable<Parameter>

The profile parameters to add or edit.

success bool

true if the parameters were added/edited successfully; otherwise, false.

isDelete bool

true if the specified profile parameters should be deleted; otherwise, false.

Returns

IEnumerable<Parameter>

The add/edited parameters.

SetParameters(out string, params Parameter[])

Adds or edits the specified profile parameters.

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

Parameters

error string

Output string with notifications and/or errors that occurred.

parameters Parameter[]

The profile parameters to add or edit.

Returns

bool

true if the profile parameters were added/edited successfully; otherwise, false.

SetParameters(SetProfileManagerParameterMessage)

Adds or edits the specified profile parameter.

public ProfileManagerResponseMessage SetParameters(SetProfileManagerParameterMessage msg)

Parameters

msg SetProfileManagerParameterMessage

The message.

Returns

ProfileManagerResponseMessage

The profile parameter response message.