Method GetProfileInstancesFromServer
GetProfileInstancesFromServer(params ProfileInstance[])
Retrieves the profile instances form the server matching the specified filters.
protected IEnumerable<ProfileInstance> GetProfileInstancesFromServer(params ProfileInstance[] filters)
Parameters
filters
ProfileInstance[]The filters.
Returns
- IEnumerable<ProfileInstance>
The profile instances form the server matching the specified filters.
GetProfileInstancesFromServer(FilterElement<ProfileInstance>)
Retrieves the profile instances form the server matching the specified filter.
protected IEnumerable<ProfileInstance> GetProfileInstancesFromServer(FilterElement<ProfileInstance> filter)
Parameters
filter
FilterElement<ProfileInstance>The filter.
Returns
- IEnumerable<ProfileInstance>
The profile instances form the server matching the specified filter.