IThesaurusWebService AddWord Method Ankiro Enterprise Suite Reference Documentation
Adds a new word to a thesaurus. If the word is added, the persisted word data is returned. If the word form already exists in the thesaurus, null is returned.

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

ThesaurusWordData AddWord(
	int thesaurusId,
	ThesaurusWordData data
)

Parameters

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

Return Value

Type: ThesaurusWordData
See Also