This document is archived and information here might be outdated.  Recommended version.


ISearchEngine Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IS > ISearchEngine Interface
ArcGIS Developer Help

ISearchEngine Interface

Provides access to members that control the operation of the search engine.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read/write property Enabled Indicates if the search engine is enabled.
Method ExecuteAsynchronous Executes the query asynchronously.
Read-only property IsExecuting Indicates if the search is currently executing.
Read-only property Name Name of the search engine.
Write-only property Query Query that will be executed.
Method Stop Cancels an ongoing search (if it is currently executing).

Classes that implement ISearchEngine

Classes Description
CatalogSearchEngine A search engine that looks in the Catalog for objects that match the search criteria.
FileSystemXmlSearchEngine A search engine that looks on the file system for XML files that match the search criteria.
MetadataServiceEngine Metadata Service Search Engine.