Click or drag to resize
ServiceIsRegistered Method
Indicates whether service has an implementation registered.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 11.0.0
Syntax
C#
public static bool IsRegistered(
	Type service
)

Parameters

service
Type: SystemType
Service type in question.

Return Value

Type: Boolean
True when service is registered, otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when service is null.
See Also