Click or drag to resize
CMSDocumentRouteHelperDropRoutes Method (Int32, String)
Drops the routes for the given document from the routing table

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 8.2.23
Syntax
C#
public static void DropRoutes(
	int nodeId,
	string culture
)

Parameters

nodeId
Type: SystemInt32
Node ID
culture
Type: SystemString
Document culture
See Also