Method SetProfileDefinitions
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
booltrue
if the profile definitions were added/edited successfully; otherwise,false
.isDelete
booltrue
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
stringOutput 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
SetProfileDefinitionMessageThe profile definition message.
Returns
- ProfileManagerResponseMessage
The profile manager response message.