|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFileSystemQuery
Provides access to members that manage the file system XML search engine's properties.
| 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 |
|---|
String getLocation()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLocation(String location)
throws IOException,
AutomationException
location - The location (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isIncludeSubFolders()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIncludeSubFolders(boolean includeSubFolders)
throws IOException,
AutomationException
includeSubFolders - The includeSubFolders (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||