Click or drag to resize
ITaxonDataSourceGetTaxonCategories Method (IUserContext, ITaxon)
Get all taxon categories related to specified taxon. This includes: Taxon categories for parent taxa to specified taxon. Taxon category for specified taxon. Taxon categories for child taxa to specified taxon.

Namespace: ArtDatabanken.Data.DataSource
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
TaxonCategoryList GetTaxonCategories(
	IUserContext userContext,
	ITaxon taxon
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context
taxon
Type: ArtDatabanken.DataITaxon
Taxon.

Return Value

Type: TaxonCategoryList
All taxon categories related to specified taxon.
See Also