Click or drag to resize
ITaxonRelationsTreeNodeGetAllValidParentEdgesTopToBottom Method
Gets all valid parents edges hierarchical from top to bottom (this node).

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
List<ITaxonRelationsTreeEdge> GetAllValidParentEdgesTopToBottom(
	bool onlyMainRelations
)

Parameters

onlyMainRelations
Type: SystemBoolean

[Missing <param name="onlyMainRelations"/> documentation for "M:ArtDatabanken.Data.ITaxonRelationsTreeNode.GetAllValidParentEdgesTopToBottom(System.Boolean)"]

Return Value

Type: ListITaxonRelationsTreeEdge
A list containing all valid parent edges hierarchical from top to bottom.
See Also