IThesaurusWebService AddSimpleWord Method Ankiro Enterprise Suite Reference Documentation
Adds a simple word (i.e. a word data entry with default parameters) to a thesaurus. If the word is added, the persisted word data is returned. If the word already exists in the same or in a more specific form 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 AddSimpleWord(
	int thesaurusId,
	string word
)

Parameters

thesaurusId
Type: System Int32
word
Type: System String

Return Value

Type: ThesaurusWordData
See Also