Method GetProfileDefinitionsFromServer
GetProfileDefinitionsFromServer(params ProfileDefinition[])
Retrieves the profile definitions from the server matching the specified filters.
protected IEnumerable<ProfileDefinition> GetProfileDefinitionsFromServer(params ProfileDefinition[] filters)
Parameters
filters
ProfileDefinition[]The filters.
Returns
- IEnumerable<ProfileDefinition>
The profile definitions from the server matching the specified filters.
GetProfileDefinitionsFromServer(FilterElement<ProfileDefinition>)
Retrieves the profile definitions from the server matching the specified filters.
protected IEnumerable<ProfileDefinition> GetProfileDefinitionsFromServer(FilterElement<ProfileDefinition> filter)
Parameters
filter
FilterElement<ProfileDefinition>The filter.
Returns
- IEnumerable<ProfileDefinition>
The profile definitions from the server matching the specified filters.