SpellCheckV4Action.RegisterClientData Method

Called if the UserRights are met and the Ribbon Tabs have been found.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Overrides Sub RegisterClientData
'Usage
Dim instance As SpellCheckV4Action

instance.RegisterClientData()
public override void RegisterClientData()

Remarks

The console action can register appropriate ribbon files and send data to the client that it requires. For the SpellCheckV4Action, it will register for the appropriate spellchecking ECMAScript (JavaScript, JScript) code, send information to the client side about the available spellers and the default language to use for the request.

See Also

Reference

SpellCheckV4Action Class

SpellCheckV4Action Members

Microsoft.SharePoint.Publishing.WebControls Namespace