BaseApproveAction.NavigateUrl property

Gets the URL to navigate to for this console action.

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

Syntax

'Declaration
Public Overrides ReadOnly Property NavigateUrl As String
    Get
'Usage
Dim instance As BaseApproveAction
Dim value As String

value = instance.NavigateUrl
public override string NavigateUrl { get; }

Property value

Type: System.String

See also

Reference

BaseApproveAction class

BaseApproveAction members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace