ILanguageManagementWebService InterfaceAnkiro Enterprise Suite Reference Documentation
The language management service is used for managing thesauri as well as showing languages.

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

public interface ILanguageManagementWebService

The ILanguageManagementWebService type exposes the following members.

Methods

  NameDescription
Public methodCreateThesaurus
Public methodGetAllLanguages
Retrieves information about all system languages that exist in the installation.
Public methodGetAllThesauri
Public methodGetLanguageByIsoCode
Retrieves information about a system language given a two-letter iso code. If the language exists in the installation, information about that language is returned. If the language does not exist, null is returned.
Public methodGetThesaurus
Public methodGetThesaurusByName
Public methodRemoveThesaurus
Public methodResynchronizeThesaurus
Public methodUpdateThesaurus
Top
See Also