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

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 12.0.0
Syntax
C#
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