| Name | Description |
---|
| AddFolderNodeRecursively(String, DictionaryString, NGTreeNode) |
Add a NGTreeNodes corresponding to the folder name recursively for all parts of the folder name so that a hierarchy of those nodes is built-up.
If the folder name is already represented by a tree node (i.e. is present in the folderDictionary), this node is returned.
If not, the node is created and added to the folder dictionary as well as to the nodes collection of the parent tree node.
If the parent tree node is not found in the folderDictionary, this function is called recursively to add the parent tree node.
|
| AddFolderNodeRecursivelyT(String, DictionaryString, NGTreeNode) |
Add a NGTreeNodes corresponding to the folder name recursively for all parts of the folder name so that a hierarchy of those nodes is built-up.
If the folder name is already represented by a tree node (i.e. is present in the folderDictionary), this node is returned.
If not, the node is created and added to the folder dictionary as well as to the nodes collection of the parent tree node.
If the parent tree node is not found in the folderDictionary, this function is called recursively to add the parent tree node.
|