com.esri.arcgis.catalogUI
Interface IFileSystemQuery

All Superinterfaces:
Serializable
All Known Implementing Classes:
FileSystemXmlSearchEngine

public interface IFileSystemQuery
extends Serializable

Provides access to members that manage the file system XML search engine's properties.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getLocation()
          Starting location of a search.
 boolean isIncludeSubFolders()
          Indicates if subfolders will be searched.
 void setIncludeSubFolders(boolean includeSubFolders)
          Indicates if subfolders will be searched.
 void setLocation(String location)
          Starting location of a search.
 

Method Detail

getLocation

String getLocation()
                   throws IOException,
                          AutomationException
Starting location of a search.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The location
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocation

void setLocation(String location)
                 throws IOException,
                        AutomationException
Starting location of a search.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
location - The location (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isIncludeSubFolders

boolean isIncludeSubFolders()
                            throws IOException,
                                   AutomationException
Indicates if subfolders will be searched.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The includeSubFolders
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIncludeSubFolders

void setIncludeSubFolders(boolean includeSubFolders)
                          throws IOException,
                                 AutomationException
Indicates if subfolders will be searched.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
includeSubFolders - The includeSubFolders (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.