SPWeb.EffectiveBasePermissions property

Gets the effective base permissions that are assigned to the current user.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property EffectiveBasePermissions As SPBasePermissions
    Get
'Usage
Dim instance As SPWeb
Dim value As SPBasePermissions

value = instance.EffectiveBasePermissions
public override SPBasePermissions EffectiveBasePermissions { get; }

Property value

Type: Microsoft.SharePoint.SPBasePermissions
An SPBasePermissions value that represents the permissions.

Implements

ISecurableObject.EffectiveBasePermissions

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace