Click or drag to resize
TaxonRelationSearchScope Enumeration
Possible scopes when retrieving taxon relations.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public enum TaxonRelationSearchScope
Members
  Member nameValueDescription
AllChildRelations0 All child relations.
AllParentRelations1 All parent relations.
NearestChildRelations2 Nearest child relations.
NearestParentRelations3 Nearest parent relations.
See Also