Click or drag to resize
TaxonGetChildTaxonTree Method
Get child taxon tree. Returned taxon tree node is related to this taxon, which is the top of the child taxon tree.

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

Return Value

Type: ITaxonTreeNode
Child taxon tree. Returned taxon tree node is related to this taxon, which is the top of the child taxon tree.

Implements

ITaxonGetChildTaxonTree(IUserContext, Boolean)
See Also