Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the effective permissions that the specified user has within the current application scope.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Overrides Function GetUserEffectivePermissions ( _
userName As String _
) As SPBasePermissions
'Usage
Dim instance As SPWeb
Dim userName As String
Dim returnValue As SPBasePermissions
returnValue = instance.GetUserEffectivePermissions(userName)
public override SPBasePermissions GetUserEffectivePermissions(
string userName
)
Parameters
userName
Type: System.StringThe user associated with the returned permissions.
Return Value
Type: Microsoft.SharePoint.SPBasePermissions
The permissions of the given user.
Exceptions
Exception | Condition |
---|---|
UnauthorizedAccessException | The user does not have permission to enumerate permissions. |