TranslationServiceHelperIsServiceAvailable Method |
Returns true if specified service is available (= is enabled and its IsAvailable() method returns true).
Namespace: CMS.TranslationServicesAssembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 13.0.131
Syntax public static bool IsServiceAvailable(
string serviceName,
string siteName
)
Parameters
- serviceName
- Type: SystemString
Name of the service - siteName
- Type: SystemString
Name of the site
Return Value
Type:
BooleanSee Also