Keyoti Search for ASP.NET API Docs
PreloadedDocument Constructor (documentUri, title, text, configuration)
API DocumentationKeyoti.SearchEngine.DocumentsPreloadedDocumentPreloadedDocument(Uri, String, 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,
	Configuration configuration
)
Public Sub New ( _
	documentUri As Uri, _
	title As String, _
	text As String, _
	configuration As Configuration _
)
public:
PreloadedDocument(
	Uri^ documentUri, 
	String^ title, 
	String^ text, 
	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.
configuration (Configuration)
The Configuration.

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