SpellCheckV4Action.UserRights Property
Gets the right required for this console action to be active on the page.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property UserRights As SPBasePermissions
Get
'Usage
Dim instance As SpellCheckV4Action
Dim value As SPBasePermissions
value = instance.UserRights
public override SPBasePermissions UserRights { get; }
Property Value
Type: Microsoft.SharePoint.SPBasePermissions
The set of required permissions that the user must have for this action to be active. For the SpellCheckV4Action the user must have edit list items rights.