Click or drag to resize
AlternativeUrlHelperGetConflictingAlternativeUrl Method (TreeNode)
Returns alternative URL that is in conflict with given node. Alternative URL is in conflict with the node when their URLs match.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static AlternativeUrlInfo GetConflictingAlternativeUrl(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Page for which to find an alternative URL it might be in conflict with.

Return Value

Type: AlternativeUrlInfo
See Also