Table of Contents

Method SetProfileDefinitions

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

SetProfileDefinitions(IEnumerable<ProfileDefinition>, ref bool, bool)

Adds or edits the specified profile definitions.

public IEnumerable<ProfileDefinition> SetProfileDefinitions(IEnumerable<ProfileDefinition> definitions, ref bool success, bool isDelete)

Parameters

definitions IEnumerable<ProfileDefinition>

The profile definitions to add or edit.

success bool

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

isDelete bool

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

Returns

IEnumerable<ProfileDefinition>

The added/edited profile definitions.

SetProfileDefinitions(out string, params ProfileDefinition[])

Adds or edits the specified profile definitions.

public bool SetProfileDefinitions(out string error, params ProfileDefinition[] definitions)

Parameters

error string

Output string with notifications and/or errors that occurred.

definitions ProfileDefinition[]

The profile definitions to add or edit.

Returns

bool

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

SetProfileDefinitions(SetProfileDefinitionMessage)

Adds or edits the specified profile definitions.

public ProfileManagerResponseMessage SetProfileDefinitions(SetProfileDefinitionMessage msg)

Parameters

msg SetProfileDefinitionMessage

The profile definition message.

Returns

ProfileManagerResponseMessage

The profile manager response message.