ItemIdListDisplayNameFormat Enumeration |
Values that represent display name formats.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public enum DisplayNameFormat
Public Enumeration DisplayNameFormat
public enum class DisplayNameFormat
Members
| Member name | Value | Description |
---|
| Relative | 0 | The name relative to the parent folder. Extensions visibility is determined by Windows Explorer setting. |
| RelativeWithExtensions | 1 | The name relative to the parent folder. Compared to Relative includes file extensions, even if they are hidden in Windows Explorer. |
| RelativeWithoutExtensions | 2 | Like Relative, but file extensions are always hidden. |
| DisplayPath | 3 | The whole path in an displayable and editable version. |
| PhysicalPath | 4 | The absolute physical path. |
| InternalName | 5 | Returns a the relative "internal" name of the object. This value is not suitable for display. ShellBrowser needs it internally. |
| PreferPhysical | 6 | Returns the absolute physical path if available. If not available, returns the DisplayPath. |
See Also