Click or drag to resize
ServiceServiceInterfaceIsAvailable Property

Note: This API is now obsolete.

Checks whether the service is available

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use CMS.Core.Service.IsRegistered(Type) instead.")]
public static bool IsAvailable { get; }

Property Value

Type: Boolean
See Also