The CMSDocumentRouteHelper type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
| 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
|
Fields
| Name | Description | |
|---|---|---|
| ALIAS_PAGE_INFO_RESULT |
Alias page info result type.
|
Properties
| 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
|
See Also