File-system source specific subclass for indexable source records.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class FileSystemFolderBasedSourceRecord : IndexableSourceRecord
Public Class FileSystemFolderBasedSourceRecord _ Inherits IndexableSourceRecord
public ref class FileSystemFolderBasedSourceRecord : public IndexableSourceRecord
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
FileSystemFolderBasedSourceRecord(String, String, String) |
Creates a new instance and assigns SourceType
| |
FileSystemFolderBasedSourceRecord(String, String, ArrayList, ArrayList, Boolean) |
Creates a new instance and assigns SourceType
| |
DelimitList(ArrayList, Char) |
Delimits an ArrayList of strings
(Inherited from IndexableSourceRecord.) | |
Equals(Object) |
Whether 2 source records are equal
(Inherited from IndexableSourceRecord.) | |
ExtensionData |
Any extra data that subclasses need to store.
(Inherited from IndexableSourceRecord.) | |
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.) | |
GetExtensionData()()() |
Gets the extension data in the form of a hastable, key=friendly property name, value=property
(Overrides IndexableSourceRecord.GetExtensionData()()().) | |
GetHashCode()()() |
The hashcode for this record
(Inherited from IndexableSourceRecord.) | |
GetIgnoreMatchList()()() |
Gets the import parameter.
| |
GetLocalFolderPath()()() |
Gets the import parameter.
| |
GetRecurseSubFolders()()() |
Gets the import parameter.
| |
GetTargetMatchList()()() |
Gets the import parameter.
| |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
GetVirtualPath()()() |
Gets the import parameter.
| |
ID |
The ID of the resource
(Inherited from IndexableSourceRecord.) | |
Location |
The location of the resource
(Inherited from IndexableSourceRecord.) | |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Query |
A query used on the source, if there is one.
(Inherited from IndexableSourceRecord.) | |
ResultURL |
The result URL format string, which converts a record ID to a result.
(Inherited from IndexableSourceRecord.) | |
SetExtensionData(Hashtable) |
Sets the extension data in the form of a hastable, key=friendly property name, value=property
(Overrides IndexableSourceRecord.SetExtensionData(Hashtable).) | |
SetImportParameters(String, String, ArrayList, ArrayList, Boolean) |
Sets the data required to perform an import.
| |
SourceType |
The type of source this record represents
(Inherited from IndexableSourceRecord.) | |
ToString()()() |
Returns the record as a string
(Inherited from IndexableSourceRecord.) | |
UniqueColumn |
The unique column in the data returned if there is one.
(Inherited from IndexableSourceRecord.) |
Remarks
Provides specific helper methods for data retrieval and setting.
Inheritance Hierarchy
Object | ||
IndexableSourceRecord | ||
FileSystemFolderBasedSourceRecord |