Factory method to create subclass of this class specific to the sourceType
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual 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
Return Value
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120