LicenseHelperReportLicenseError Method |
Reports the invalid license, either by redirecting to given URL, or by throwing .
Namespace: CMS.LicenseProviderAssembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 8.2.23
Syntax public static void ReportLicenseError(
string redirectUrl,
string message = null
)
Parameters
- redirectUrl
- Type: SystemString
URL to redirect - message (Optional)
- Type: SystemString
Message to report
See Also