IixssoQuery::CiScope 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.]

Specifies where to search to resolve the query defined in Query. Scope contains the starting directory or list of directories as physical or virtual path names.

This is a deprecated property. Use AddScopeToQuery instead.

This property is write-only.

Syntax

HRESULT put_CiScope(
  [in] BSTR val
);

Property value

A list of scopes separated by commas (,). The scope / (forward slash) matches every page in all virtual directories and the scope \ (backslash) matches every page on every physical directory. To use CiScope in a URL with a query expression, see HTML Extension Files.

Remarks

Use CiFlags to indicate the type of searching to perform, whether deep or shallow. Use the AddScopeToQuery method to add this restriction and CiScope on 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