Keyoti SearchUnit API Docs
FileSystemFolderBasedSourceRecord Constructor (localFolderPath, virtualPath, extensionData)
API DocumentationKeyoti.SearchEngine.DataAccess.IndexableSourceRecordsFileSystemFolderBasedSourceRecordFileSystemFolderBasedSourceRecord(String, String, String)
Keyoti SearchUnit v6
Creates a new instance and assigns SourceType
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public FileSystemFolderBasedSourceRecord(
	string localFolderPath,
	string virtualPath,
	string extensionData
)
public FileSystemFolderBasedSourceRecord(
	string localFolderPath,
	string virtualPath,
	string extensionData
)
Public Sub New ( 
	localFolderPath As String,
	virtualPath As String,
	extensionData As String
)
Public Sub New ( 
	localFolderPath As String,
	virtualPath As String,
	extensionData As String
)
public:
FileSystemFolderBasedSourceRecord(
	String^ localFolderPath, 
	String^ virtualPath, 
	String^ extensionData
)
public:
FileSystemFolderBasedSourceRecord(
	String^ localFolderPath, 
	String^ virtualPath, 
	String^ extensionData
)
new : 
        localFolderPath : string * 
        virtualPath : string * 
        extensionData : string -> FileSystemFolderBasedSourceRecord
new : 
        localFolderPath : string * 
        virtualPath : string * 
        extensionData : string -> FileSystemFolderBasedSourceRecord
Parameters
localFolderPath (String)
The path of the folder which will be scanned for documents - may be absolute or relative to the index directory.
virtualPath (String)
The virtual path corresponding to localFolderPath that will enable the document to be read via HTTP
extensionData (String)
Used internally

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120