GetNodeAbapImage Method (SapTree)
Class
SapTree
.
Action
Returns the abap image for the given node.
Syntax
C#
nodeAbapImage
=
tree
.
GetNodeAbapImage
(
nodeKey
)
VB
nodeAbapImage
=
tree
.
GetNodeAbapImage
(
nodeKey
)
Variable
Description
nodeAbapImage
String
.
nodeKey
The key of the node.
String
.