Plumtree Portal UI  
 

MultiObjectsSecurityModel.IsMatrixRowInObjectACL Method 

Tells whether the row identified by the class ID, the object ID and the Access Level ID in argument is in the Object ACL or no.

protected virtual bool IsMatrixRowInObjectACL(
   int _nClassID,
   int _nObjectID,
   int _nAccessLevel,
   IPTAccessList _ptACL
);

Parameters

_nClassID
_nObjectID
_nAccessLevel
_ptACL

Return Value

boolean

See Also

MultiObjectsSecurityModel Class | com.plumtree.portaluiinfrastructure.securitymatrix Namespace