SPList.EffectiveBasePermissionsForUI property

Gets the effective base permissions for the current user, as they should be displayed in UI. This will only differ from EffectiveBasePermissions if ReadOnlyUI is set to true, and in all cases will be a subset of EffectiveBasePermissions. To put it another way, EffectiveBasePermissionsForUI will always be as or more restrictive than EffectiveBasePermissions.

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

Syntax

'Declaration
Public ReadOnly Property EffectiveBasePermissionsForUI As SPBasePermissions
    Get
'Usage
Dim instance As SPList
Dim value As SPBasePermissions

value = instance.EffectiveBasePermissionsForUI
public SPBasePermissions EffectiveBasePermissionsForUI { get; }

Property value

Type: Microsoft.SharePoint.SPBasePermissions

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace