Method RemoveProfileDefinitions
RemoveProfileDefinitions(params ProfileDefinition[])
Removes the specified profile definitions.
public ProfileDefinition[] RemoveProfileDefinitions(params ProfileDefinition[] definitions)
Parameters
definitions
ProfileDefinition[]The profile definitions to remove.
Returns
- ProfileDefinition[]
The removed profile definitions.
RemoveProfileDefinitions(out string, params ProfileDefinition[])
Removes the specified profile definitions.
public 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
.