Click or drag to resize
TaxonTreeSearchScope Enumeration
Possible scopes when retrieving taxon trees.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public enum TaxonTreeSearchScope
Members
  Member nameValueDescription
AllChildTaxa0 All child taxa.
AllParentTaxa1 All parent taxa.
NearestChildTaxa2 Nearest child taxa.
NearestParentTaxa3 Nearest parent taxa.
See Also