Version

GetFullPath Method

Returns a string which represents the full hierarchical path of this UltraNavigationBarLocation, optionally including all ancestor locations regardless of the value of the IncludeTextInFullPath property.
Syntax
'Declaration
 
Public Function GetFullPath( _
   ByVal format As FullPathFormat _
) As String
public string GetFullPath( 
   FullPathFormat format
)

Parameters

format
The FullPathFormat constant which defines the format of the returned path, i.e., whether the text of all ancestor locations should be unconditionally included in the returned value.

Return Value

A string which represents the full hierarchical path of this UltraNavigationBarLocation
Remarks

When the format parameter is set to 'EditMode', the IncludeTextInFullPath property is checked for ancestor locations before that ancestor's text is prepended to the value returned from the method. When the format parameter is set to 'AllAncestors', IncludeTextInFullPath is is not used, and the text for all ancestor locations is prepended to the returned value.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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