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
error
stringOutput string with notifications and/or errors that occurred.
instances
ProfileInstance[]The profile instances to add/edit.
Returns
- bool
true
if the profile instances were added/edited successfully; otherwise,false
.