SPObjectSharingInformation.CanManagePermissions property
Gets whether the current user has permission to manage permissions for the securable object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CanManagePermissions As Boolean
Get
Private Set
'Usage
Dim instance As SPObjectSharingInformation
Dim value As Boolean
value = instance.CanManagePermissions
public bool CanManagePermissions { get; private set; }
Property value
Type: System.Boolean
true if the current user has permission, otherwise false.
See also
Reference
SPObjectSharingInformation class