Method GetProfileDefinitionsFromServer
GetProfileDefinitionsFromServer(params ProfileDefinition[])
Retrieves the profile definitions from the server matching the specified filters.
protected IEnumerable<ProfileDefinition> GetProfileDefinitionsFromServer(params ProfileDefinition[] filters)
Parameters
filtersProfileDefinition[]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
filterFilterElement<ProfileDefinition>The filter.
Returns
- IEnumerable<ProfileDefinition>
The profile definitions from the server matching the specified filters.