IThesaurusWebService GetRelationsTypeFromEntry Method Ankiro Enterprise Suite Reference Documentation
Retrieves the set of semantic relations for a specified word id, given a thesaurus, given a relation type.

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

IEnumerable<ThesaurusRelationData> GetRelationsTypeFromEntry(
	int thesaurusId,
	WordId entryId,
	RelationType relationType
)

Return Value

Type: IEnumerable ThesaurusRelationData 
See Also