Method RemoveProfileInstances
- Namespace
 - Skyline.DataMiner.Automation
 
- Assembly
 - SLManagedAutomation.dll
 
RemoveProfileInstances(out string, params ProfileInstance[])
Removes the specified profile instances.
public virtual bool RemoveProfileInstances(out string error, params ProfileInstance[] instances)
Parameters
errorstringOutput string with notifications and/or errors that occurred.
instancesProfileInstance[]The profile instances to remove.
Returns
- bool
 trueif the profile definition removal succeeded; otherwise,false.