Click or drag to resize
TaxonDataSourceGetTaxonCategories 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.WebService.Client.TaxonService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual 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.

Implements

ITaxonDataSourceGetTaxonCategories(IUserContext, ITaxon)
See Also