URLRewriterCheckLicenseInternal Method |
Check if license for actual Url is valid.
Namespace: CMS.URLRewritingEngineAssembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 8.2.23
Syntax protected virtual bool CheckLicenseInternal(
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:
BooleanReturns true if the path was rewritten (license invalid)
See Also