CheckWordInDoc Method

Stot

Stot

Store..::..CheckWordInDoc Method

Checks if the word is in the document.

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

Syntax


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

Parameters

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

Return Value