LicenseCheckDisablerExecuteWithoutLicenseCheck Method |
Executes the given method without license checks. The method must be signed with AllowDisableLicense attribute with a valid hash in order to proceed. If the method is missing the signature, or the hash is invalid, this call throws an exception.
Namespace: CMS.LicenseProviderAssembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 13.0.131
Syntax public static void ExecuteWithoutLicenseCheck(
Expression<Action> expression
)
Parameters
- expression
- Type: System.Linq.ExpressionsExpressionAction
Action to execute
See Also