Instantiates a SearchResult instance.

C# | Visual Basic | Visual C++ |
public SearchResult( string title, string url, MediaTypes mediaType, string snippet )
Public Sub New ( _ title As String, _ url As String, _ mediaType As MediaTypes, _ snippet As String _ )
public: SearchResult( String^ title, String^ url, MediaTypes mediaType, String^ snippet )

- title (String)
- The title of the result
- url (String)
- The source Url for the result
- mediaType (MediaTypes)
- The Media Type for the result
- snippet (String)
- The snippet, or abstract for the result