System.ItemFolderNameDisplay
The user-friendly display name of an item's parent folder.
This is derived from System.ItemFolderPathDisplay. If that property is VT_EMPTY, then this property should be too.
If the folder is a file folder, the value will be localized if a localized name is available.
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.ItemFolderNameDisplay
shellPKey = PKEY_ItemFolderNameDisplay
formatID = B725F130-47EF-101A-A5F1-02608C9EEBAC
propID = 2
SearchInfo
InInvertedIndex = true
IsColumn = true
typeInfo
type = String
IsInnate = true
Remarks
PKEY values are defined in Propkey.h.
If System.ItemFolderPathDisplay is VT_EMPTY, then this property should also be empty. Otherwise, it should be derived appropriately by the data source from System.ItemFolderPathDisplay.
Examples:
Given path | Folder Display Name |
---|---|
c:\MyFiles\Text\hello.txt | Text |
\\server\share\mydir\goodnews.doc | mydir |
\\server\share\numbers.xls | share |
c:\Folders\MyFolder | Folders |
/Mailbox Account/Inbox/'Re: Hello!' | Inbox |
Related topics