Click or drag to resize
LicenseCheckDisablerCanDisableLicenseCheck Method (Type)
Returns true if the given type is allowed to disable the license check

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 11.0.0
Syntax
C#
public static bool CanDisableLicenseCheck(
	Type type
)

Parameters

type
Type: SystemType
Type to check

Return Value

Type: Boolean
See Also