Click or drag to resize
ITaxonManagerGetTaxonCategory Method (IUserContext, Int32)
Get taxon category with specified id.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
ITaxonCategory GetTaxonCategory(
	IUserContext userContext,
	int taxonCategoryId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
taxonCategoryId
Type: SystemInt32
Id of taxon category to be retrived.

Return Value

Type: ITaxonCategory
Taxon category with specified id.
See Also