SPObjectSharingInformationUser.HasEditPermission property
Gets whether the user has edit permission for a document.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property HasEditPermission As Boolean
Get
Friend Set
'Usage
Dim instance As SPObjectSharingInformationUser
Dim value As Boolean
value = instance.HasEditPermission
public bool HasEditPermission { get; internal set; }
Property value
Type: System.Boolean
true if the user has edit permission, otherwise false.
See also
Reference
SPObjectSharingInformationUser class