Plumtree Portal UI  
 

SelectPTObjectModel.IsObjectReadOnly Method 

Returns true if the object identified by the class id and the object id in argument is read only.

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

Parameters

_nClassID
_nObjectID

Return Value

boolean

Implements

ISelectPTObjectModelRO.IsObjectReadOnly

See Also

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