LicenseCheckDisablerCanDisableLicenseCheck Method (MethodInfo) |
Returns true if the given method is allowed to disable the license check
Namespace: CMS.LicenseProviderAssembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 13.0.131
Syntax public static bool CanDisableLicenseCheck(
MethodInfo method
)
Parameters
- method
- Type: System.ReflectionMethodInfo
Method to check
Return Value
Type:
BooleanSee Also