GetParentPath Method
Returns the Path information up to the parent level for the specified path string of a Navigation Item.
Syntax
'Declaration Public Shared Function GetParentPath( _ ByVal itemFullPath As String _ ) As String
public static string GetParentPath( string itemFullPath )
public: static String^ GetParentPath( String^ itemFullPath )
Parameters
- itemFullPath
- Full Path of a Navigation Item
Return Value
The path of a Parent Item
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