Click or drag to resize
TranslationServiceHelperAnyServiceAvailable Method
Returns true if at least one service is available (= is enabled and its IsAvailable() method returns true).

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public static bool AnyServiceAvailable(
	string siteName
)

Parameters

siteName
Type: SystemString
Name of the site

Return Value

Type: Boolean
See Also