Click or drag to resize

SingleColumnChoiceControllerFindFolderNode Method

Finds the tree node that represents the specified folder.

Namespace: Altaxo.Gui.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static NGTreeNode FindFolderNode(
	NGTreeNode tableCollectionNode,
	ProjectFolder table
)

Parameters

tableCollectionNode  NGTreeNode
The root node to search.
table  ProjectFolder
The folder to find.

Return Value

NGTreeNode
The matching node, or if none was found.
See Also