Click or drag to resize

SingleColumnChoiceControllerFindFolderNode Method

[Missing <summary> documentation for "M:Altaxo.Gui.Main.SingleColumnChoiceController.FindFolderNode(Altaxo.Collections.NGTreeNode,Altaxo.Main.ProjectFolder)"]


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

Parameters

tableCollectionNode  NGTreeNode

[Missing <param name="tableCollectionNode"/> documentation for "M:Altaxo.Gui.Main.SingleColumnChoiceController.FindFolderNode(Altaxo.Collections.NGTreeNode,Altaxo.Main.ProjectFolder)"]

table  ProjectFolder

[Missing <param name="table"/> documentation for "M:Altaxo.Gui.Main.SingleColumnChoiceController.FindFolderNode(Altaxo.Collections.NGTreeNode,Altaxo.Main.ProjectFolder)"]

Return Value

NGTreeNode

[Missing <returns> documentation for "M:Altaxo.Gui.Main.SingleColumnChoiceController.FindFolderNode(Altaxo.Collections.NGTreeNode,Altaxo.Main.ProjectFolder)"]

See Also