Method RemoveParameters
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
RemoveParameters(out string, params Parameter[])
Removes the specified profile parameters.
public virtual bool RemoveParameters(out string error, params Parameter[] parameters)
Parameters
error
stringOutput string with notifications and/or errors that occurred.
parameters
Parameter[]The profile parameters to remove.
Returns
- bool
true
if the profile parameter removal succeeded; otherwise,false
.