SPSecurableObject.EffectiveBasePermissions property

Gets a value that indicates the current user's effective permissions on the object.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property EffectiveBasePermissions As SPBasePermissions
    Get
'Usage
Dim instance As SPSecurableObject
Dim value As SPBasePermissions

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

Property value

Type: Microsoft.SharePoint.SPBasePermissions
A bitwise combination of enumeration values that specifies a set of permissions.

Implements

ISecurableObject.EffectiveBasePermissions

See also

Reference

SPSecurableObject class

SPSecurableObject members

Microsoft.SharePoint namespace

GetUserEffectivePermissions(String)