SPSite.DoesUserHavePermissions method
Checks the permissions for a specified set of rights.
Overload list
Name | Description | |
---|---|---|
DoesUserHavePermissions(SPReusableAcl, SPBasePermissions) | Returns a Boolean value indicates whether the user has permissions for the specified set of rights. | |
DoesUserHavePermissions(SPReusableAcl, SPBasePermissions, SPWeb) | Returns a Boolean value that indicates whether the user has permissions for the specified Web site and set of rights. |
Top