Поделиться через


IixssoQuery::CiFlags property

[Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.]

Represents the Indexing Service flags that control whether the queries are resolved by searching recursively through the scope hierarchy or through only the scope directory itself. This property is for internal use only and is used in conjunction with CiScope.

This is a deprecated property. Use AddScopeToQuery instead.

This property is write-only.

Syntax

HRESULT put_CiFlags(
  [in] BSTR val
);

Property value

"DEEP" indicates to Indexing Service that it needs to use the directory given in CiScope and recursively search through all directories within it. "SHALLOW" means search only the directory specified in CiScope.

Remarks

The CiFlags and CiScope properties are used primarily for debugging and are always used together. Use the AddScopeToQuery method to add this restriction to the query object.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
End of client support
Windows 7
End of server support
Windows Server 2008 R2
DLL
Ixsso.dll

See also

IixssoQuery