Method RemoveProfileInstances
RemoveProfileInstances(params ProfileInstance[])
Removes the specified profile instances.
public ProfileInstance[] RemoveProfileInstances(params ProfileInstance[] instances)
Parameters
instances
ProfileInstance[]The profile instances to remove.
Returns
- ProfileInstance[]
The removed profile instances.
RemoveProfileInstances(out string, params ProfileInstance[])
Removes the specified profile instances.
public bool RemoveProfileInstances(out string error, params ProfileInstance[] instances)
Parameters
error
stringOutput string with notifications and/or errors that occurred.
instances
ProfileInstance[]The profile instances to remove.
Returns
- bool
true
if the profile definition removal succeeded; otherwise,false
.