PROPDESC_SEARCHINFO_FLAGS Enumeration |
Namespace:
ShellBoost.Core.WindowsPropertySystem
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum PROPDESC_SEARCHINFO_FLAGS
Members
| Member name | Value | Description |
---|
| PDSIF_DEFAULT | 0 |
The property is not indexed.
|
| PDSIF_ININVERTEDINDEX | 1 |
The property is in an inverted index to help speed searches.
|
| PDSIF_ISCOLUMN | 2 |
The property is indexed by Windows Search.
|
| PDSIF_ISCOLUMNSPARSE | 4 |
The property is indexed to save space for properties that are not present on all files.
|
| PDSIF_ALWAYSINCLUDE | 8 | Windows 7 and later. The property mnemonics are recognized by AQS even if the property is not a column (PDSIF_ISCOLUMN).
|
| PDSIF_USEFORTYPEAHEAD | 16 |
Check this property for matches when looking for type ahead results.
|
See Also