Plumtree Portal UI  
 

ObjectSecurityModel.HasAccessRights Method 

Helper method to know whether or not the current user has at least select access to the object in argument.

protected virtual bool HasAccessRights(
   IPTSession _ptSession,
   int _nClassID,
   int _nObjectID,
   int _nAccessLevel
);

Parameters

_ptSession
_nClassID
_nObjectID
_nAccessLevel

Return Value

boolean

See Also

ObjectSecurityModel Class | com.plumtree.portaluiinfrastructure.editor.commonpages.objectsecurity Namespace