Click or drag to resize
WebSpeciesObservationSearchCriteriaIncludeRedListCategories Property
Search observations based on taxa that is readlisted in any of the specified red list categories. If property IncludeRedListCategories is not empty all taxa that is redlisted in any of the specified red list categories are added to property TaxonIds by the web service. Provided red list categories must be among the values DD, RE, CR, EN, VU or NT in the enum RedListCategory. The other values in enum RedListCategory are not valid search criterias.

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public List<RedListCategory> IncludeRedListCategories { get; set; }

Property Value

Type: ListRedListCategory
See Also