SelectLink Method (SapTree)
Class
SapTree
.
Action
This function emulates triggering a link.
Syntax
C#
tree
.
SelectLink
(
nodeKey
,
itemName
)
VB
tree
.
SelectLink
(
nodeKey
,
itemName
)
Variable
Description
nodeKey
The key of the node.
String
.
itemName
The name of the item.
String
.