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: 8.2.23
Syntax
C#
public static void RefreshAliasRoutes(
	int nodeId,
	string siteName
)

Parameters

nodeId
Type: SystemInt32
Node ID
siteName
Type: SystemString
Site name
See Also