System.Search.IsFullyContained
Emitted as TRUE by all child items of a container (such as an e-mail or a compressed file with a .zip name extension) that emits System.Search.IsClosedDirectory as TRUE. This ensures that the child items are included in the search index.
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.Search.IsFullyContained
shellPKey = PKEY_Search_IsFullyContained
formatID = 0B63E343-9CCC-11D0-BCDB-00805FCCCE04
propID = 24
SearchInfo
InInvertedIndex = false
IsColumn = false
typeInfo
type = Boolean
Remarks
PKEY values are defined in Propkey.h.
The System.Search.IsClosedDirectory property helps to optimize indexer performance by allowing the indexer to skip the enumeration of a container's child items. However, those child items are marked by the indexer as not visited, and as such will be deleted from the index. By emitting System.Search.IsFullyContained as TRUE, an item is not deleted from the index despite having not been visited.
Related topics