IsFolderExpandable Method (SapTree)
Class
SapTree
.
Action
Whether the folder is expandable.
Syntax
C#
folderExpandable
=
tree
.
IsFolderExpandable
(
nodeKey
)
VB
folderExpandable
=
tree
.
IsFolderExpandable
(
nodeKey
)
Variable
Description
folderExpandable
Boolean
.
nodeKey
The key of the node.
String
.