Factory method to create subclass of this class specific to the sourceType
Declaration Syntax
C# | Visual Basic | Visual C++ |
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: static IndexableSourceRecord^ CreateRecord( SourceType sourceType, String^ location, String^ query, String^ uniqueColumn, String^ resultURL, String^ extensionData )
Parameters
- sourceType (SourceType)
- location (String)
- query (String)
- uniqueColumn (String)
- resultURL (String)
- extensionData (String)