CMSDocumentRouteHelper MembersKentico 8.0 API Reference
The CMSDocumentRouteHelper type exposes the following members.
Methods

  NameDescription
Public methodStatic memberDropAliasRoutes
Drops the routes for the given document from the routing table
Public methodStatic memberDropAllRoutes
Drops all the registered routes.
Public methodStatic memberDropRoutes(String)
Drops the routes for the given web site.
Public methodStatic memberDropRoutes(Int32, String)
Drops the routes for the given document from the routing table
Public methodStatic memberEnsureRoutes
Ensures that the routes are registered for the given site.
Public methodStatic memberRefreshAliasRoutes
Refreshes the routes for particular document aliases
Public methodStatic memberRefreshRoutes
Refreshes the routes for particular document
Back to Top
Fields

  NameDescription
Public fieldStatic memberALIAS_PAGE_INFO_RESULT
Alias page info result type.
Back to Top
Properties

  NameDescription
Public propertyStatic memberRoutes
Table of the registered routes [siteName] -> [List of RouteBase]
Public propertyStatic memberRoutesByDocuments
Table of the registers routes by the document [nodeId] -> [List of RouteBase]
Public propertyStatic memberUseDefaultValuesInPattern
If true, the default values of pattern elements are used in the pattern
Back to Top
See Also