Plumtree Portal UI  
 

ObjectSecurityModel.IsACLInArray Method 

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

public virtual bool IsACLInArray(
   int _nClassID,
   int _nObjectID,
   int _nAccessLevel
);

Parameters

_nClassID
_nObjectID
_nAccessLevel

Return Value

boolean

See Also

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