Plumtree UI Infrastructure API  
 

ITreeModel.SetObjectIDsToHide Method 

This method will hide the given objects. Only this method or SetObjectIDsToDisplay() can be called, not both.

void SetObjectIDsToHide(
   int[] nIDs
);

Parameters

nIDs

See Also

ITreeModel Interface | com.plumtree.uiinfrastructure.tree Namespace