Click or drag to resize
TranslationServiceInfoProviderGetTranslationServices Method

Note: This API is now obsolete.

Returns the query of all translation services.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ITranslationServiceInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - TranslationServiceInfo.Provider.")]
public static ObjectQuery<TranslationServiceInfo> GetTranslationServices()

Return Value

Type: ObjectQueryTranslationServiceInfo
See Also