IThesaurusWebService RemoveSimpleWord Method Ankiro Enterprise Suite Reference Documentation
Removes a simple word (i.e. a word data entry with default parameters) from the specified thesaurus. No return value is provided, but if the word existed in the thesaurus before invocation, it will have been permanently removed.

Namespace: Ankiro.SearchServer.Web.Services
Assembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax

void RemoveSimpleWord(
	int thesaurusId,
	string word
)

Parameters

thesaurusId
Type: System Int32
word
Type: System String
See Also