GetSubNodesKeys Method (SapTree)
Class
SapTree
.
Action
Collection of the keys of all subnodes of the node specified by the given key.
Syntax
C#
subNodesKeys
=
tree
.
GetSubNodesKeys
(
nodeKey
)
VB
subNodesKeys
=
tree
.
GetSubNodesKeys
(
nodeKey
)
Variable
Description
subNodesKeys
List(Of
String
)
.
nodeKey
The key of the node.
String
.