Click or drag to resize
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.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 11.0.0
Syntax
C#
public static void ExecuteWithoutLicenseCheck(
	Expression<Action> expression
)

Parameters

expression
Type: System.Linq.ExpressionsExpressionAction
Action to execute
See Also