ListItem.EffectiveBasePermissions property
Gets a value that specifies the effective permissions on the list item that are assigned to the current user.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property EffectiveBasePermissions As BasePermissions
Get
'Usage
Dim instance As ListItem
Dim value As BasePermissions
value = instance.EffectiveBasePermissions
public BasePermissions EffectiveBasePermissions { get; }
Property value
Type: Microsoft.SharePoint.Client.BasePermissions
Returns a BasePermissions.instance representing the effective permissions on the list item that are assigned to the current user.
Remarks
It must not be a null reference (Nothing in Visual Basic).