Click or drag to resize
BaseTranslationService Class
Base class for translation service interface.
Inheritance Hierarchy

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public abstract class BaseTranslationService

The BaseTranslationService type exposes the following members.

Constructors
  NameDescription
Protected methodBaseTranslationService
Top
Properties
  NameDescription
Public propertyCustomParameter
Get or sets custom parameter.
Public propertySiteName
Gets or sets the name of the site where the settings are retrieved from.
Top
Methods
  NameDescription
Public methodIsAvailable
Checks if everything required to run the service is in the settings of the service.
Top
See Also