Convenience method to import data from a DLL using the Import method.
Declaration Syntax
C# | Visual Basic |
public ArrayList ImportCustomDataSet( string assemblyFilePath, string fullClassName, string uniqueColumnName, string resultUrlFormat )
Public Function ImportCustomDataSet ( assemblyFilePath As String, fullClassName As String, uniqueColumnName As String, resultUrlFormat As String ) As ArrayList
Parameters
- assemblyFilePath (String)
- Full path to the DLL, including filename - can be relative to IndexDirectory - see help.
- fullClassName (String)
- The fully qualified class name that contains the data.
- uniqueColumnName (String)
- The name of the column which uniquely identifies a row (eg. primary key)
- resultUrlFormat (String)
- The format string for the result URLs.
Return Value
ArrayList
Returns list of Uri objects newly imported
Returns list of Uri objects newly imported
Remarks
The Help has much more information in the importing section, regarding custom dataset imports.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610