AlternativeUrlHelper Methods |
The AlternativeUrlHelper type exposes the following members.
Name | Description | |
---|---|---|
FindConflictingPage |
Returns a page that is in conflict with AlternativeUrlInfo represented by alternativeUrlSegments.
| |
GetConflictingAlternativeUrl(AlternativeUrlInfo) |
Returns AlternativeUrlInfo that has the same URL on the same site as given alternativeUrl.
| |
GetConflictingAlternativeUrl(TreeNode) |
Returns alternative URL that is in conflict with given node.
Alternative URL is in conflict with the node when their URLs match.
| |
GetConflictingAlternativeUrlInternal(AlternativeUrlInfo) |
Returns AlternativeUrlInfo that has the same URL on the same site as given alternativeUrl.
| |
GetConflictingAlternativeUrlInternal(TreeNode) |
Returns alternative URL that is in conflict with given node.
Alternative URL is in conflict with the node when their URLs match.
| |
GetConflictingExcludedUrl |
Returns conflicting URL when given alternativeUrl matches any excluded URL defined in settings application or any system URL.
| |
GetConflictingExcludedUrlInternal |
Returns conflicting URL when given alternativeUrl matches any excluded URL defined in settings application or any system URL.
| |
GetConflictingPage |
Returns a page that is in conflict with given alternativeUrlInfo.
Page is in conflict with the alternativeUrlInfo when their URLs match.
| |
GetConflictingPageInternal |
Returns a page that is in conflict with given alternativeUrl.
Page is in conflict with the alternativeUrl when their URLs match.
| |
GetDocumentIdentification |
Returns human-readable document identification for given documentNamePath and documentCulture.
| |
GetDocumentIdentificationInternal |
Returns human-readable document identification for given documentNamePath and documentCulture.
| |
GetMainDocument |
Returns main document of given alternativeUrl.
| |
GetMainDocumentInternal |
Returns main document of given alternativeUrl.
| |
IsAlternativeUrlsSiteConflict |
Checks whether the given site contains any of the alternative URLs defined for the given page or its child pages in all cultures.
| |
IsAlternativeUrlsSiteConflictInternal |
Checks whether the given site contains any of the alternative URLs defined for the given page or its child pages in all cultures.
| |
IsInCollision |
Returns true, if page is in conflict with alternative URL represented by alternativeUrlSegments.
| |
MatchesAnyExcludedUrl |
Returns true if alternativeUrl matches any excluded URL defined in settings application.
| |
MatchesAnyExcludedUrlInternal |
Returns true if alternativeUrl matches any excluded URL defined in settings application.
| |
NormalizeAlternativeUrl |
Ensures correct format of the alternativeUrl.
| |
NormalizeAlternativeUrlInternal |
Ensures correct format of the alternativeUrl.
| |
SetAsDefaultHelper |
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.) | |
UrlMatchesConstraint |
Returns true if alternativeUrl matches allowed alternative URL constraint defined in settings application.
| |
UrlMatchesConstraintInternal |
Returns true if alternativeUrl matches allowed alternative URL constraint defined in settings application.
|