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
- errorstring
- Output string with notifications and/or errors that occurred. 
- parametersParameter[]
- The profile parameters to add or edit. 
Returns
- bool
- trueif the profile parameters were added/edited successfully; otherwise,- false.