SingleColumnChoiceControllerFindFolderNode Method |
Finds the tree node that represents the specified folder.
Namespace: Altaxo.Gui.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static NGTreeNode FindFolderNode(
NGTreeNode tableCollectionNode,
ProjectFolder table
)
Parameters
- tableCollectionNode NGTreeNode
- The root node to search.
- table ProjectFolder
- The folder to find.
Return Value
NGTreeNodeThe matching node, or
if none was found.
See Also