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
error
stringOutput string with notifications and/or errors that occurred.
definitions
ProfileDefinition[]The profile definitions that should be removed.
Returns
- bool
true
if the profile definition removal succeeded; otherwise,false
.