Plumtree Portal UI  
 

AdminTreeModel.ExpandNode Method 

This method expands a node in the tree (Admin folder)

public override void ExpandNode(
   bool bExpand,
   int nNodeID
);

Parameters

bExpand
whether to expand or collapse (true implies expand)
nNodeID
the ID of the node to expand

Implements

ITreeModel.ExpandNode

See Also

AdminTreeModel Class | com.plumtree.portaluiinfrastructure.tree Namespace