Method GetProfileInstances
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
GetProfileInstances(params ProfileInstance[])
Retrieves the profile instances matching any of the specified filters.
public virtual IEnumerable<ProfileInstance> GetProfileInstances(params ProfileInstance[] filters)
Parameters
filters
ProfileInstance[]Profile instance filters.
Returns
- IEnumerable<ProfileInstance>
The profile instances that match at least one of the specified filters.