CMSDocumentRouteHelperRefreshRoutes Method |
Refreshes the routes for particular document
Namespace: CMS.URLRewritingEngineAssembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 12.0.0
Syntax 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