RemoveDocument Method

Stot

Stot

IStore..::..RemoveDocument Method

Removes the document from a specific word.

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

Syntax


void RemoveDocument(
	string word,
	Document doc
)
Sub RemoveDocument ( _
	word As String, _
	doc As Document _
)
void RemoveDocument(
	String^ word, 
	Document^ doc
)

Parameters

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