CheckWordInDoc Method

Stot

Stot

IStore..::..CheckWordInDoc Method

Checks if a word exists in a document.

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

Syntax


bool CheckWordInDoc(
	string word,
	Document doc
)
Function CheckWordInDoc ( _
	word As String, _
	doc As Document _
) As Boolean
bool^ CheckWordInDoc(
	String^ word, 
	Document^ doc
)

Parameters

word
Type: String
The word.
doc
Type: Engine..::..Document
The document.

Return Value

true if it contains document otherwise false