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
- resourceKey
Type: System.String
- postbackArgument
Type: System.String
Return value
Type: System.String
See also
Reference
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace