AlternativeUrlHelperGetConflictingAlternativeUrlInternal 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.InternalAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected virtual AlternativeUrlInfo GetConflictingAlternativeUrlInternal(
TreeNode node
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Page for which to find an alternative URL it might be in conflict with.
Return Value
Type:
AlternativeUrlInfoSee Also