System.ItemPathDisplayNarrow
The user-friendly display path to the item.
Windows 10, version 1703, Windows 10, version 1607, Windows 10, version 1511, Windows 10, version 1507, Windows 8.1, Windows 8, Windows 7, Windows Vista
propertyDescription
name = System.ItemPathDisplayNarrow
shellPKey = PKEY_ItemPathDisplayNarrow
formatID = 28636AA6-953D-11D2-B5D6-00C04FD918D0
propID = 8
SearchInfo
InInvertedIndex = false
IsColumn = true
typeInfo
type = String
IsInnate = true
Remarks
PKEY values are defined in Propkey.h.
To optimize for a narrow viewing column, the format of the string should be tailored so that the name comes first.
If the item is a file, the property value excludes the file extension, but includes localized names if they are present. If the item is a message, the value includes the System.ItemNamePrefix. To parse an item path, use System.ItemUrl or System.ParsingPath.
Example values:
Path | ItemPathDisplayName |
---|---|
c:\mydir\bar\hello.txt | hello (c:\mydir\bar) |
\\server\share\mydir\goodnews.doc | goodnews (\\server\share\mydir) |
\\server\share\folder | folder (\\server\share) |
c:\MyDir\MyFolder | MyFolder (c:\mydir) |
/Mailbox Account/Inbox/'Re: Hello!' | Re: Hello! (/Mailbox Account/Inbox) |
Related topics