Table of Contents

Method SetProfileDefinitionsOnServer

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

SetProfileDefinitionsOnServer(IEnumerable<ProfileDefinition>, ref bool, bool, bool, object)

Adds or edits the specified profile definitions.

protected IEnumerable<ProfileDefinition> SetProfileDefinitionsOnServer(IEnumerable<ProfileDefinition> definitions, ref bool success, bool isDelete, bool isSyncMessage = false, object context = null)

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.

isSyncMessage bool
context object

Returns

IEnumerable<ProfileDefinition>

The added/edited profile definitions.