ListItem.EffectiveBasePermissionsForUI property

Gets the effective base permissions for the current user, as they should be displayed in UI.

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

Syntax

'Declaration
Public ReadOnly Property EffectiveBasePermissionsForUI As BasePermissions
    Get
'Usage
Dim instance As ListItem
Dim value As BasePermissions

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

Property value

Type: Microsoft.SharePoint.Client.BasePermissions
The effective base permissions for the current user.

Remarks

This property differs from the EffectiveBasePermissionsForUI property only if the ReadOnlyUI is set to true on the parent list of the item, and in all cases will be a subset of the EffectiveBasePermissionsForUI property. This EffectiveBasePermissionsForUI property will always be as or more restrictive than the EffectiveBasePermissions property.

See also

Reference

ListItem class

ListItem members

Microsoft.SharePoint.Client namespace