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
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property EffectiveBasePermissions As BasePermissions
    Get
'Usage
Dim instance As ListItem
Dim value As BasePermissions

value = instance.EffectiveBasePermissions
[RemoteAttribute]
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).

See Also

Reference

ListItem Class

ListItem Members

Microsoft.SharePoint.Client Namespace