URLRewriterValidateLicenseInternal Method |
Checks whether a license for the given URL and domain exists and is valid.
Namespace: CMS.URLRewritingEngineAssembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 12.0.0
Syntax protected internal virtual LicenseValidationEnum ValidateLicenseInternal(
string domain,
string url = ""
)
Parameters
- domain
- Type: SystemString
Current domain without www. Taken from url when empty. - url (Optional)
- Type: SystemString
URL to check
Return Value
Type:
LicenseValidationEnumSee Also