Creates a new DocumentRecord with the specified Uri and default properties.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public DocumentRecord( string uriString )
Public Sub New ( _ uriString As String _ )
public: DocumentRecord( String^ uriString )
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.