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
errorstringOutput string with notifications and/or errors that occurred.
definitionsProfileDefinition[]The profile definitions to add or edit.
Returns
- bool
trueif the profile definitions were added/edited successfully; otherwise,false.