Click or drag to resize
SpeciesFactListGetSpeciesFactsByHosts Method
Method that returns a filtered version of this species fact list. The filtering is done on hosts.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public SpeciesFactList GetSpeciesFactsByHosts(
	TaxonList hosts
)

Parameters

hosts
Type: ArtDatabanken.DataTaxonList
Hosts for the requested species facts.

Return Value

Type: SpeciesFactList
A filtered species fact list.
See Also