Version

FullPathFormat Enumeration

Defines constants used to specify the format of the value returned by the UltraNavigationBarLocation.GetFullPath method.
Syntax
'Declaration
 
Public Enum FullPathFormat 
   Inherits System.Enum
public enum FullPathFormat : System.Enum 
Members
MemberDescription
AllAncestorsThe value of the UltraNavigationBarLocation.IncludeTextInFullPath property for ancestor locations is not observed, i.e., text for all ancestor locations is included in the returned value.
EditModeThe value of the UltraNavigationBarLocation.IncludeTextInFullPath property for ancestor locations is observed, i.e., the returned path does not include the text for ancestor locations which are at a higher level of the path hierarchy than the closest one whose IncludeTextInFullPath property is set to true.
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