Keyoti Search for ASP.NET API Docs
DocumentText Constructor (title, summary, words, metaTagLocationName, metaTagContentNames, metaCustomData, links)
API DocumentationKeyoti.SearchEngine.DocumentsDocumentTextDocumentText(String, String, WordCollection, String, array<String>[]()[], String, StringList)
Keyoti Search for ASP.NET 2010
Create a new instance
Declaration Syntax
C#Visual BasicVisual C++
public DocumentText(
	string title,
	string summary,
	WordCollection words,
	string metaTagLocationName,
	string[] metaTagContentNames,
	string metaCustomData,
	StringList links
)
Public Sub New ( _
	title As String, _
	summary As String, _
	words As WordCollection, _
	metaTagLocationName As String, _
	metaTagContentNames As String(), _
	metaCustomData As String, _
	links As StringList _
)
public:
DocumentText(
	String^ title, 
	String^ summary, 
	WordCollection^ words, 
	String^ metaTagLocationName, 
	array<String^>^ metaTagContentNames, 
	String^ metaCustomData, 
	StringList^ links
)
Parameters
title (String)
The title of the document
summary (String)
A summary of the document (usually the first N words)
words (WordCollection)
WordCollection holding all words in the document
metaTagLocationName (String)
Any 'location' category name specified in meta data
metaTagContentNames (array< String >[]()[])
Any 'content' category names specified in meta data
metaCustomData (String)
Any custom data specified in meta data
links (StringList)
List of link URLs to other documents contained in this document.

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