Keyoti SearchUnit API Docs
CreateRecord Method (sourceType, location, query, uniqueColumn, resultURL, extensionData)
API DocumentationKeyoti.SearchEngine.DataAccess.IndexableSourceRecordsIndexableSourceRecordFactoryCreateRecord(SourceType, String, String, String, String, String)
Keyoti SearchUnit v6
Factory method to create subclass of this class specific to the sourceType
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public static IndexableSourceRecord CreateRecord(
	SourceType sourceType,
	string location,
	string query,
	string uniqueColumn,
	string resultURL,
	string extensionData
)
public static IndexableSourceRecord CreateRecord(
	SourceType sourceType,
	string location,
	string query,
	string uniqueColumn,
	string resultURL,
	string extensionData
)
Public Shared Function CreateRecord ( 
	sourceType As SourceType,
	location As String,
	query As String,
	uniqueColumn As String,
	resultURL As String,
	extensionData As String
) As IndexableSourceRecord
Public Shared Function CreateRecord ( 
	sourceType As SourceType,
	location As String,
	query As String,
	uniqueColumn As String,
	resultURL As String,
	extensionData As String
) As IndexableSourceRecord
public:
static IndexableSourceRecord^ CreateRecord(
	SourceType sourceType, 
	String^ location, 
	String^ query, 
	String^ uniqueColumn, 
	String^ resultURL, 
	String^ extensionData
)
public:
static IndexableSourceRecord^ CreateRecord(
	SourceType sourceType, 
	String^ location, 
	String^ query, 
	String^ uniqueColumn, 
	String^ resultURL, 
	String^ extensionData
)
static member CreateRecord : 
        sourceType : SourceType * 
        location : string * 
        query : string * 
        uniqueColumn : string * 
        resultURL : string * 
        extensionData : string -> IndexableSourceRecord 
static member CreateRecord : 
        sourceType : SourceType * 
        location : string * 
        query : string * 
        uniqueColumn : string * 
        resultURL : string * 
        extensionData : string -> IndexableSourceRecord 
Parameters
sourceType (SourceType)
location (String)
query (String)
uniqueColumn (String)
resultURL (String)
extensionData (String)
Return Value

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