Plumtree Portal UI  
 

IObjectTreeModelRO.GetItemSelected Method 

This method returns whether or not the given item should be selected.

bool GetItemSelected(
   int nClassID,
   int nObjectID
);

Parameters

nClassID
nObjectID

Return Value

boolean true implies the item is selected

See Also

IObjectTreeModelRO Interface | com.plumtree.portaluiinfrastructure.tree Namespace