IThesaurusWebService RemoveWord Method Ankiro Enterprise Suite Reference Documentation
Removes a word 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 RemoveWord(
	int thesaurusId,
	ThesaurusWordData data
)

Parameters

thesaurusId
Type: System Int32
data
Type: Ankiro.SearchServer.Data.Language ThesaurusWordData
See Also