An indexable source
            
| C# | Visual Basic | Visual C++ | 
public interface IIndexableSource
Public Interface IIndexableSource
public interface class IIndexableSource
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description | 
|---|---|---|
| AddedDocument | 
            Fired when a document has been added
              | |
| AddingDocument | 
            Fired when a document is about to be added
              | |
| Cancel()()() | 
            Cancel the import
              | |
| Cancelled | 
            Whether the import was cancelled.
              | |
| Close()()() | 
            Closes the data access
              | |
| Configuration | 
            The configuration
              | |
| DataAccess | 
            The data-access facade
              | |
| GetImportSample(DataSet, Int32, LinkBasedImportSampler..::.InvokeMethod) | 
            Gets a sample of the import data that Import will retrieve.
              | |
| Import()()() | 
            Adds new files imported from the source
              | |
| ImportSampleDataTableColumnsFinalized | 
            Fired when the DataTable used for the import sample has it's columns finalized.
              | |
| IndexableSourceRecord | 
            The record representing this source, in the data-access
              | |
| ItemsImported | 
            The number of items (documents, records, files etc.) that have been imported since the last call to Import.
              | |
| Open()()() | 
            Opens the data access
              | |
| ReaderExceptionOccurred | 
            Fired when a reader exception occurs
              |