AddWordUnderDocument Method

Stot

Stot

IStore..::..AddWordUnderDocument Method

Adds the word to table under the Document.

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


void AddWordUnderDocument(
	string word,
	Document doc,
	int i
)
Sub AddWordUnderDocument ( _
	word As String, _
	doc As Document, _
	i As Integer _
)
void AddWordUnderDocument(
	String^ word, 
	Document^ doc, 
	int^ i
)

Parameters

word
Type: String
The word to be added.
doc
Type: Engine..::..Document
The document under which the word is added.
i
Type: Int32
The index/Position the word occurs in the document.