Method SetProfileDefinitions
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
SetProfileDefinitions(out string, params ProfileDefinition[])
Adds or edits the specified profile definitions.
public virtual 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
.