Click or drag to resize
LicenseCheckDisablerCanDisableLicenseCheck Method (MethodInfo)
Returns true if the given method 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(
	MethodInfo method
)

Parameters

method
Type: System.ReflectionMethodInfo
Method to check

Return Value

Type: Boolean
See Also