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: 10.0.0
Syntax
C#
public static SafeDictionary<int, List<RouteBase>> RoutesByDocuments { get; set; }

Property Value

Type: SafeDictionaryInt32, ListRouteBase
See Also