RTEV4Action.UserRights Property
Represents the right required for this console action to be active on the page.
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 RTEV4Action
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 RTEV4Action object, the user must have edit list items rights.
See Also
Reference
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace