We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1865fa6 commit 9370f52Copy full SHA for 9370f52
docs/pages/tutorials/licensing.md
@@ -52,7 +52,7 @@ The validate method allow you to know whether your license is valid or not.
52
{% include template-example.html %}
53
{% highlight csharp %}
54
string licenseErrorMessage;
55
-if (!Z.Expressions.EvalManager.ValidateLicense.ValidateLicense(out licenseErrorMessage))
+if (!Z.Expressions.EvalManager.ValidateLicense(out licenseErrorMessage))
56
{
57
throw new Exception(licenseErrorMessage);
58
}
0 commit comments