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

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static TreeNode GetConflictingPage(
	AlternativeUrlInfo alternativeUrlInfo
)

Parameters

alternativeUrlInfo
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 alternativeUrlInfo.
See Also