Click or drag to resize
AlternativeUrlHelperGetConflictingPageInternal Method
Returns a page that is in conflict with given alternativeUrl. Page is in conflict with the alternativeUrl when their URLs match.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual TreeNode GetConflictingPageInternal(
	AlternativeUrlInfo alternativeUrl
)

Parameters

alternativeUrl
Type: CMS.DocumentEngineAlternativeUrlInfo
Alternative URL for which to find a page it might be in conflict with.

Return Value

Type: TreeNode
Page that is in conflict with alternativeUrl.
See Also