Click or drag to resize
CMSDocumentRouteHelperRoutesByDocuments Property
Table of the registers routes by the document [nodeId] -> [List of RouteBase]

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 8.2.23
Syntax
C#
public static SafeDictionary<int, List<RouteBase>> RoutesByDocuments { get; set; }

Property Value

Type: SafeDictionaryInt32, ListRouteBase
See Also