A search engine that looks on the file system for XML files that match the search criteria.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
Interfaces
Interfaces | Description |
---|---|
IConnectionPointContainer | Supports connection points for connectable objects. |
IFileSystemQuery | Provides access to members that manage the file system XML search engine's properties. |
ISearchEngine | Provides access to members that control the operation of the search engine. |
ISearchEngineProperties | Provides access to members that modify the search engine's property set. |
Event Interfaces
Interfaces | Description |
---|---|
ISearchEngineEvents (default) | Provides access to events that are fired by an ongoing search. |
Working with Events
[Visual Basic 6.0]
When working with FileSystemXmlSearchEngine's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pFileSystemXmlSearchEngine as FileSystemXmlSearchEngine