Click or drag to resize

ItemIdListDisplayNameFormat Enumeration

Values that represent display name formats.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public enum DisplayNameFormat
Members
  Member nameValueDescription
Relative0The name relative to the parent folder. Extensions visibility is determined by Windows Explorer setting.
RelativeWithExtensions1The name relative to the parent folder. Compared to Relative includes file extensions, even if they are hidden in Windows Explorer.
RelativeWithoutExtensions2Like Relative, but file extensions are always hidden.
DisplayPath3The whole path in an displayable and editable version.
PhysicalPath4The absolute physical path.
InternalName5Returns a the relative "internal" name of the object. This value is not suitable for display. ShellBrowser needs it internally.
PreferPhysical6Returns the absolute physical path if available. If not available, returns the DisplayPath.
See Also