Emitted as TRUE by a container item to indicate that its child items do not need to be enumerated by an indexer if the container item has not changed since the last incremental index verification crawl. This contributes to the optimization of indexer performance. In these container cases (examples are an e-mail with attachments or a compressed file with a .zip name extension), child items are inseparable from their parent item. For instance, if the
System.DateModified property of a contained item changes, then the
System.DateModified value of the container changes to match. Also, if a parent item is deleted, all of the child items are deleted as well. Therefore, if the container has not changed, the indexer knows that nothing within it has changed and does not need to open the container to examine the contents individually.
propertyDescription
name = System.Search.IsClosedDirectory
shellPKey = PKEY_Search_IsClosedDirectory
formatID = 0B63E343-9CCC-11D0-BCDB-00805FCCCE04
propID = 23
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.
Important If an item emits TRUE for this property, each of its child items must emit the
System.Search.IsFullyContained property as TRUE to prevent those items from being deleted from the index.
Related Topics