PortalHierarchyData.INavigateUIData.NavigateUrl property

Gets the Url of the site map node.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Private ReadOnly Property NavigateUrl As String
    Implements INavigateUIData.NavigateUrl
    Get
'Usage
Dim instance As PortalHierarchyData
Dim value As String

value = CType(instance, INavigateUIData).NavigateUrl
stringINavigateUIData.NavigateUrl { get; }

Property value

Type: System.String
A string that contains the Url of the site map node.

Implements

INavigateUIData.NavigateUrl

See also

Reference

PortalHierarchyData class

PortalHierarchyData members

Microsoft.SharePoint.Publishing.Navigation namespace