Share via


WorkflowStartAction.RegisterClientData method

Registers client data that is specific to the WorkflowStartAction, such as ECMAScript (JavaScript, JScript) code.

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

Syntax

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

instance.RegisterClientData()
public override void RegisterClientData()

Remarks

Overrides [M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction.RegisterClientData()] and registers client data that is specific to the WorkflowStartAction.

See also

Reference

WorkflowStartAction class

WorkflowStartAction members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace

RegisterClientData()