Click or drag to resize
TaxonRelationsTreeNodeGetAllValidParentEdgesTopToBottom 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
public List<ITaxonRelationsTreeEdge> GetAllValidParentEdgesTopToBottom(
	bool onlyMainRelations
)

Parameters

onlyMainRelations
Type: SystemBoolean

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

Return Value

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

Implements

ITaxonRelationsTreeNodeGetAllValidParentEdgesTopToBottom(Boolean)
See Also