GetItemPath Method
Gets the item path by traversing up the Parent root items hierarchy of the given item.
Syntax
'Declaration Public Shared Function GetItemPath( _ ByVal navItem As NavigationItem _ ) As String
'Usage Dim navItem As NavigationItem Dim value As String value = PathUtil.GetItemPath(navItem)
public static string GetItemPath( NavigationItem navItem )
public: static String^ GetItemPath( NavigationItem^ navItem )
Parameters
- navItem
- The nav item.
Return Value
Full path of the given item
Exceptions
Exception | Description |
---|---|
System.ArgumentNullException | navItem |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also