CMSDocumentRouteHelper Class |
Namespace: CMS.URLRewritingEngine
public static class CMSDocumentRouteHelper
The CMSDocumentRouteHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | DropAliasRoutes |
Drops the routes for the given document from the routing table
|
![]() ![]() | DropAllRoutes |
Drops all the registered routes.
|
![]() ![]() | DropRoutes(String) |
Drops the routes for the given web site.
|
![]() ![]() | DropRoutes(Int32, String) |
Drops the routes for the given document from the routing table
|
![]() ![]() | EnsureRoutes |
Ensures that the routes are registered for the given site.
|
![]() ![]() | RefreshAliasRoutes |
Refreshes the routes for particular document aliases
|
![]() ![]() | RefreshRoutes |
Refreshes the routes for particular document
|
Name | Description | |
---|---|---|
![]() ![]() | ALIAS_PAGE_INFO_RESULT |
Alias page info result type.
|
Name | Description | |
---|---|---|
![]() ![]() | Routes |
Table of the registered routes [siteName] -> [List of RouteBase]
|
![]() ![]() | RoutesByDocuments |
Table of the registers routes by the document [nodeId] -> [List of RouteBase]
|
![]() ![]() | UseDefaultValuesInPattern |
If true, the default values of pattern elements are used in the pattern
|