AlternativeUrlHelperMatchesAnyExcludedUrlInternal Method |
Returns true if alternativeUrl matches any excluded URL defined in settings application.
Namespace: CMS.DocumentEngine.InternalAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax protected virtual bool MatchesAnyExcludedUrlInternal(
NormalizedAlternativeUrl alternativeUrl,
int siteId
)
Parameters
- alternativeUrl
- Type: CMS.DocumentEngineNormalizedAlternativeUrl
AlternativeUrlUrl to be matched against alternative URL constraints. - siteId
- Type: SystemInt32
Identifier of the site to which the URL belongs.
Return Value
Type:
BooleanRemarks The alternativeUrl is matched against global settings and site settings identified by siteId.
See Also