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.
propertyDescription
name = System.Search.IsFullyContained
shellPKey = PKEY_Search_IsFullyContained
formatID = 0B63E343-9CCC-11D0-BCDB-00805FCCCE04
propID = 24
searchInfo
inInvertedIndex = false
isColumn = false
isColumnSparse = true
columnIndexType = NotIndexed
maxSize = 128
labelInfo
label
sortDescription
invitationText
hideLabel = false
typeInfo
type = Boolean
groupingRange = Discrete
isInnate = false
canBePurged
multipleValues = false
isGroup = false
aggregationType = Default
isTreeProperty = false
isViewable = false
isQueryable = false
includeInFullTextQuery = false
conditionType = String
defaultOperation = Equal
aliasInfo
sortByAlias = None
additionalSortByAliases = None
displayInfo
defaultColumnWidth = 20
displayType
alignment = Left
relativeDescriptionType = General
defaultSortDirection = Ascending
stringFormat
formatAs = General
booleanFormat
formatAs = YesNo
numberFormat
formatAs = General
formatDurationAs = hh:mm:ss
dateTimeFormat
formatAs = General
formatTimeAs = ShortTime
formatDateAs = ShortDate
enumeratedList
defaultText
useValueForDefault = False
enum
value
text
enumRange
minValue
setValue
text
drawControl
control = Default
editControl
control = Default
filterControl
control = Default
queryControl
control = Default
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