Click or drag to resize
TaxonRelationsTreeGetTreeNodes Method
Gets the tree nodes.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public List<ITaxonRelationsTreeNode> GetTreeNodes(
	IEnumerable<int> taxonIds
)

Parameters

taxonIds
Type: System.Collections.GenericIEnumerableInt32
The taxon ids.

Return Value

Type: ListITaxonRelationsTreeNode
A list with tree nodes.
See Also