ConsoleAction.RedirectToNavigateUrl method

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

Syntax

'Declaration
Protected Sub RedirectToNavigateUrl ( _
    eventArgument As String, _
    postBackEventArgument As String _
)
'Usage
Dim eventArgument As String
Dim postBackEventArgument As String

Me.RedirectToNavigateUrl(eventArgument, _
    postBackEventArgument)
protected void RedirectToNavigateUrl(
    string eventArgument,
    string postBackEventArgument
)

Parameters

See also

Reference

ConsoleAction class

ConsoleAction members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace