Click or drag to resize
CMSDocumentRouteHelperDropAllRoutes Method
Drops all the registered routes.

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 12.0.0
Syntax
C#
public static void DropAllRoutes(
	bool logWebFarmTask = true
)

Parameters

logWebFarmTask (Optional)
Type: SystemBoolean
Indicates whether a web farm synchronization task for routes drop should be created
See Also