Click or drag to resize
URLRewriterValidateLicenseInternal Method
Checks whether a license for the given URL and domain exists and is valid.

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
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: LicenseValidationEnum
See Also