CMSDocumentRouteHelperDropRoutes Method (Int32, String) |
Drops the routes for the given document from the routing table
Namespace: CMS.URLRewritingEngineAssembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 8.2.23
Syntax public static void DropRoutes(
int nodeId,
string culture
)
Parameters
- nodeId
- Type: SystemInt32
Node ID - culture
- Type: SystemString
Document culture
See Also