IThesaurusWebService AddRelation Method Ankiro Enterprise Suite Reference Documentation
Adds a semantic relation to the specified thesaurus. The return value is the thesaurus relation, regardless of whether it has been added, or has perhaps changed (or not changed) an existing thesaurus relation between the same two word ids.

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

ThesaurusRelationData AddRelation(
	int thesaurusId,
	ThesaurusRelationData relation
)

Parameters

thesaurusId
Type: System Int32
relation
Type: Ankiro.SearchServer.Data.Language ThesaurusRelationData

Return Value

Type: ThesaurusRelationData
See Also