CMSDocumentRouteHelperRefreshAliasRoutes Method |
Refreshes the routes for particular document aliases
Namespace: CMS.URLRewritingEngineAssembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 12.0.0
Syntax public static void RefreshAliasRoutes(
int nodeId,
string siteName,
bool logWebFarmTask = true
)
Parameters
- nodeId
- Type: SystemInt32
Node ID - siteName
- Type: SystemString
Site name - logWebFarmTask (Optional)
- Type: SystemBoolean
Indicates whether a web farm synchronization task for alias routes refresh should be created
See Also