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