IThesaurusWebService RemoveRelation Method Ankiro Enterprise Suite Reference Documentation
Permanently removes a given semantic relation from the specified thesaurus.

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 RemoveRelation(
	int thesaurusId,
	ThesaurusRelationData relation
)

Parameters

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