Keyoti Search for ASP.NET API Docs
PreloadedDocument Constructor (documentUri, title, text, summary, contentCategories, locationCategory, customData, configuration)
API DocumentationKeyoti.SearchEngine.DocumentsPreloadedDocumentPreloadedDocument(Uri, String, String, String, ArrayList, LocationCategoryRecord, String, Configuration)
Keyoti Search for ASP.NET 2010
Creates a new instance
Declaration Syntax
C#Visual BasicVisual C++
public PreloadedDocument(
	Uri documentUri,
	string title,
	string text,
	string summary,
	ArrayList contentCategories,
	LocationCategoryRecord locationCategory,
	string customData,
	Configuration configuration
)
Public Sub New ( _
	documentUri As Uri, _
	title As String, _
	text As String, _
	summary As String, _
	contentCategories As ArrayList, _
	locationCategory As LocationCategoryRecord, _
	customData As String, _
	configuration As Configuration _
)
public:
PreloadedDocument(
	Uri^ documentUri, 
	String^ title, 
	String^ text, 
	String^ summary, 
	ArrayList^ contentCategories, 
	LocationCategoryRecord^ locationCategory, 
	String^ customData, 
	Configuration^ configuration
)
Parameters
documentUri (Uri)
The URI used to identify the document, does not have to be a 'real' URI.
title (String)
Title of the document.
text (String)
Body of the document text.
summary (String)
Summary of document, which may be used as a result summary (see Configuration).
contentCategories (ArrayList)
Content categories this document belongs to or null.
locationCategory (LocationCategoryRecord)
Location category this document belongs to or null.
customData (String)
'Custom data' for the document.
configuration (Configuration)
The Configuration.

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