ConsoleAction.GetConfirmJSWithPageHead method

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

Syntax

'Declaration
Protected Function GetConfirmJSWithPageHead ( _
    resourceKey As String, _
    postbackArgument As String _
) As String
'Usage
Dim resourceKey As String
Dim postbackArgument As String
Dim returnValue As String

returnValue = Me.GetConfirmJSWithPageHead(resourceKey, _
    postbackArgument)
protected string GetConfirmJSWithPageHead(
    string resourceKey,
    string postbackArgument
)

Parameters

Return value

Type: System.String

See also

Reference

ConsoleAction class

ConsoleAction members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace