ConsoleAction.GetConfirmJSWithPageHead - Méthode
Espace de noms : Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly : Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)
Syntaxe
'Déclaration
Protected Function GetConfirmJSWithPageHead ( _
resourceKey As String, _
postbackArgument As String _
) As String
'Utilisation
Dim resourceKey As String
Dim postbackArgument As String
Dim returnValue As String
returnValue = Me.GetConfirmJSWithPageHead(resourceKey, _
postbackArgument)
protected string GetConfirmJSWithPageHead(
string resourceKey,
string postbackArgument
)
Paramètres
- resourceKey
Type : System.String
- postbackArgument
Type : System.String
Valeur renvoyée
Type : System.String
Voir aussi
Référence
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions - Espace de noms