Method RemoveParameters
RemoveParameters(params Parameter[])
Removes the specified profile parameters.
public Parameter[] RemoveParameters(params Parameter[] parameters)
Parameters
parametersParameter[]The profile parameters to remove.
Returns
- Parameter[]
The removed parameters.
RemoveParameters(out string, params Parameter[])
Removes the specified profile parameters.
public bool RemoveParameters(out string error, params Parameter[] parameters)
Parameters
errorstringOutput string with notifications and/or errors that occurred.
parametersParameter[]The profile parameters to remove.
Returns
- bool
trueif the profile parameter removal succeeded; otherwise,false.