PortalHierarchyData.IHierarchyData.Path property

Gets the path of the hierarchical data item.

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

Syntax

'Declaration
Private ReadOnly Property Path As String
    Implements IHierarchyData.Path
    Get
'Usage
Dim instance As PortalHierarchyData
Dim value As String

value = CType(instance, IHierarchyData).Path
stringIHierarchyData.Path { get; }

Property value

Type: System.String
A string that represents the path of the hierarchical data item.

Implements

IHierarchyData.Path

See also

Reference

PortalHierarchyData class

PortalHierarchyData members

Microsoft.SharePoint.Publishing.Navigation namespace