Plumtree Portal UI  
 

IObjectTreeModel.SelectNode Method 

This method de/selects the specified tree node

void SelectNode(
   int nID,
   bool bSelect
);

Parameters

nID
The ID of the node to de/select
bSelect
true implies select, false deselect

See Also

IObjectTreeModel Interface | com.plumtree.portaluiinfrastructure.tree Namespace