Keyoti Search for ASP.NET API Docs
ResultItem Constructor (uriString, documentUriString, content, location, summary, weight, title)
API DocumentationKeyoti.SearchEngine.SearchResultItemResultItem(String, String, String, String, String, Int32, String)
Keyoti Search for ASP.NET 2010
Creates a new result item.
Declaration Syntax
C#Visual BasicVisual 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

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609