Click or drag to resize

PROPDESC_SEARCHINFO_FLAGS Enumeration

Determines whether and how a property is indexed by Windows Search. Wraps Windows' PROPDESC_SEARCHINFO_FLAGS enumeration..

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum PROPDESC_SEARCHINFO_FLAGS
Members
  Member nameValueDescription
PDSIF_DEFAULT0 The property is not indexed.
PDSIF_ININVERTEDINDEX1 The property is in an inverted index to help speed searches.
PDSIF_ISCOLUMN2 The property is indexed by Windows Search.
PDSIF_ISCOLUMNSPARSE4 The property is indexed to save space for properties that are not present on all files.
PDSIF_ALWAYSINCLUDE8Windows 7 and later. The property mnemonics are recognized by AQS even if the property is not a column (PDSIF_ISCOLUMN).
PDSIF_USEFORTYPEAHEAD16 Check this property for matches when looking for type ahead results.
See Also