Method SetParameters
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
SetParameters(out string, params Parameter[])
Adds or edits the specified profile parameters.
public virtual bool SetParameters(out string error, params Parameter[] parameters)
Parameters
error
stringOutput string with notifications and/or errors that occurred.
parameters
Parameter[]The profile parameters to add or edit.
Returns
- bool
true
if the profile parameters were added/edited successfully; otherwise,false
.