Click or drag to resize
AlternativeUrlHelperGetConflictingAlternativeUrl Method (AlternativeUrlInfo)
Returns AlternativeUrlInfo that has the same URL on the same site as given alternativeUrl.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static AlternativeUrlInfo GetConflictingAlternativeUrl(
	AlternativeUrlInfo alternativeUrl
)

Parameters

alternativeUrl
Type: CMS.DocumentEngineAlternativeUrlInfo
Alternative URL to find conflict with.

Return Value

Type: AlternativeUrlInfo
See Also