Creates a new result item.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ResultItem( string uriString, string documentUriString, string content, string location, string summary, int weight, string title )
Public Sub New ( _ uriString As String, _ documentUriString As String, _ content As String, _ location As String, _ summary As String, _ weight As Integer, _ title As String _ )
public: ResultItem( String^ uriString, String^ documentUriString, String^ content, String^ location, String^ summary, int weight, String^ title )
Parameters
- uriString (String)
- The Uri related to the result.
- documentUriString (String)
- The Uri of the document as stored in the data-access
- content (String)
- String holding the content categories
- location (String)
- String holding the location category
- summary (String)
- Summary of the result
- weight (Int32)
- Result weight
- title (String)
- Result title