ISecurableObject.EffectiveBasePermissions Property

Gets the current user's effective base permissions on the object, including group membership and policies.

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

Syntax

ReadOnly Property EffectiveBasePermissions As SPBasePermissions
    Get

Dim instance As ISecurableObject
Dim value As SPBasePermissions

value = instance.EffectiveBasePermissions
SPBasePermissions EffectiveBasePermissions { get; }

Property Value

Type: Microsoft.SharePoint.SPBasePermissions
An SPBasePermissions value that indicates the base permissions.

See Also

Reference

ISecurableObject Interface

ISecurableObject Members

Microsoft.SharePoint Namespace