Click or drag to resize
AlternativeUrlHelperGetConflictingExcludedUrl Method
Returns conflicting URL when given alternativeUrl matches any excluded URL defined in settings application or any system URL.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static string GetConflictingExcludedUrl(
	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: String
Remarks
The alternativeUrl is matched against global settings and site settings identified by siteId.
See Also