Plumtree Portal UI  
 

SelectPTObjectModel.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

SelectPTObjectModel Class | com.plumtree.portaluiinfrastructure.expandablelist.selectptobject Namespace