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.

See also

Reference

SpellCheckV4Action class

SpellCheckV4Action members

Microsoft.SharePoint.Publishing.WebControls namespace