Method RemoveProfileDefinitions
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
RemoveProfileDefinitions(out string, params ProfileDefinition[])
Removes the specified profile definitions.
public virtual bool RemoveProfileDefinitions(out string error, params ProfileDefinition[] definitions)
Parameters
errorstringOutput string with notifications and/or errors that occurred.
definitionsProfileDefinition[]The profile definitions that should be removed.
Returns
- bool
trueif the profile definition removal succeeded; otherwise,false.