Plumtree UI Infrastructure API  
 

TreeCompositeNode.SetSelected Method 

This method searches the entire tree for nodes with the classID and objectID and sets them to selected. This should only be used for multiply instanced nodes.

public virtual void SetSelected(
   int nClassID,
   int nObjectID
);

See Also

TreeCompositeNode Class | com.plumtree.uiinfrastructure.tree Namespace