Plumtree Portal UI  
 

PTMultiColumnListModel.ContainsObject Method 

Tells whether the Object identified by the class ID and the object ID in argument is in the list or no.

public virtual bool ContainsObject(
   int _nClassID,
   int _nObjectID
);

Parameters

_nClassID
_nObjectID

Return Value

boolean

See Also

PTMultiColumnListModel Class | com.plumtree.portaluiinfrastructure.ptmulticolumnlist Namespace