Click or drag to resize
URLRewriterCheckLicense Method
Check if license for actual Url is valid.

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 8.2.23
Syntax
C#
public static bool CheckLicense(
	string url,
	string domain,
	UrlRewritingAction action
)

Parameters

url
Type: SystemString
URL to check
domain
Type: SystemString
Current domain without www
action
Type: CMS.URLRewritingEngineUrlRewritingAction
Rewriting action to store the result

Return Value

Type: Boolean
Returns true if the path was rewritten (license invalid)
See Also