Enum DisplayNameType
- Namespace
- Microsoft.WindowsAPICodePack.Shell
- Assembly
- Microsoft.WindowsAPICodePack.Shell.dll
One of the values that indicates how the ShellObject DisplayName should look.
public enum DisplayNameType
Fields
Default = 0
Returns the display name relative to the desktop.
FileSystemPath = -2147123200
Returns the display name relative to the file system path.
RelativeToDesktop = -2147319808
Returns the parsing name relative to the desktop.
RelativeToDesktopEditing = -2147172352
Returns the editing name relative to the desktop.
RelativeToParent = -2147385343
Returns the parsing name relative to the parent folder.
RelativeToParentAddressBar = -2146975743
Returns the path relative to the parent folder in a friendly format as displayed in an address bar.
RelativeToParentEditing = -2147282943
Returns the editing name relative to the parent folder.
Url = -2147057664
Returns the display name relative to a URL.