Imports documents found in a directory
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public class FileSysDocumentStore
Public Class FileSysDocumentStore
public ref class FileSysDocumentStore
 Members
 Members| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description | 
|---|---|---|
|  | FileSysDocumentStore(DirectoryInfo, Uri, Configuration) | 
            Constructor 
             | 
|  | AddedDocument | 
            Fired when a document has been added to the index.
             | 
|  | AddingDocument | 
            Fired when a document is about to be added.  Can be canceled.
             | 
|  | Cancel()()() | 
            Cancels the import
             | 
|  | Close()()() | 
            Closes the index for use
              | 
|  | Configuration | 
            Gets the instance of the Configuration class that holds the settings to be used.
             | 
|  | ConvertFilePathToUrl(String) | 
            Converts the file's path, to a url based on the virtual folder.
             | 
|  | DataAccess | 
            The data-access layer.
             | 
|  | DiscoverFiles(Boolean, ArrayList, ArrayList, ArrayList, ArrayList) | 
            Retrieves all the eligable files
             | 
|  | Equals(Object) | 
                    Determines whether the specified Object is equal to the current Object.
                (Inherited from Object.) | 
|  | Exceptions | 
            List of exceptions that occurred during the operation.
             | 
|  | Finalize()()() | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                (Inherited from Object.) | 
|  | GetHashCode()()() | 
                    Serves as a hash function for a particular type. 
                (Inherited from Object.) | 
|  | GetType()()() | 
                    Gets the Type of the current instance.
                (Inherited from Object.) | 
|  | Import(Boolean, ArrayList, ArrayList) | 
            Finds new files belonging to specified categories from under root (subdirectories optional) to the document list
             | 
|  | Import(Boolean, ArrayList, ArrayList, IndexableSourceRecord) | 
            Finds new files belonging to specified categories from under root (subdirectories optional) to the document list
             | 
|  | ImportedFiles | 
            Number of files so far imported
             | 
|  | MemberwiseClone()()() | 
                    Creates a shallow copy of the current Object.
                (Inherited from Object.) | 
|  | Open()()() | 
            Opens the index for use
             | 
|  | ToString()()() | 
                    Returns a String that represents the current Object.
                (Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | FileSysDocumentStore |