Click or drag to resize
ITaxonGetTaxonTree Method
Get taxon tree. This is the combination of both child taxon tree and parent taxon tree. Returned taxon tree node is related to this taxon, which is somewhere inside the taxon tree.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
ITaxonTreeNode GetTaxonTree(
	IUserContext userContext,
	bool isValid
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
isValid
Type: SystemBoolean
Limit returned taxon trees to valid taxa and taxon relations. All taxa and taxon relations are included in the taxon tree if parameter isValid has the value false.

Return Value

Type: ITaxonTreeNode
Child and parent taxon tree. Returned taxon tree node is related to this taxon, which is somewhere inside the taxon tree.
See Also