Creates a new DocumentRecord with the specified Uri and default properties.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public DocumentRecord( string uriString )
public DocumentRecord( string uriString )
Public Sub New ( uriString As String )
Public Sub New ( uriString As String )
public: DocumentRecord( String^ uriString )
public: DocumentRecord( String^ uriString )
new : uriString : string -> DocumentRecord
new : uriString : string -> DocumentRecord
Parameters
- uriString (String)
Remarks
The Uri passed as a string will be converted to a Uri object the first time the Uri property is called.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120