Click or drag to resize
CMSDocumentRouteHelperRefreshRoutes Method
Refreshes the routes for particular document

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

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
logWebFarmTask (Optional)
Type: SystemBoolean
Indicates whether a web farm synchronization task for page routes refresh should be created
See Also