ExitMenuAction.UserRights Property
Gets user rights data that is required to determine whether the user can perform the ExitMenuAction console action.
Namespace: Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property UserRights As SPBasePermissions
Get
'Usage
Dim instance As ExitMenuAction
Dim value As SPBasePermissions
value = instance.UserRights
public override SPBasePermissions UserRights { get; }
Property Value
Type: Microsoft.SharePoint.SPBasePermissions
Remarks
The SPBasePermissions enumeration are required to perform this action.
See Also
Reference
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace