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