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.InternalAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax 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:
TreeNodePage that is in conflict with
alternativeUrlInfo.
See Also