Click or drag to resize
ITaxonGetParentTaxonTree Method
Get parent taxon tree. Returned taxon tree node is related to this taxon, which is the bottom of the parent taxon tree.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
ITaxonTreeNode GetParentTaxonTree(
	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 parent taxon tree if parameter isValid has the value false.

Return Value

Type: ITaxonTreeNode
Parent taxon tree. Returned taxon tree node is related to this taxon, which is the bottom of the parent taxon tree.
See Also