Click or drag to resize
CulturePageUrlPathsManagerGenerate Method
Generates the page URL paths for the site and given culture.

Namespace: CMS.DocumentEngine.Routing.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public void Generate(
	int cultureId
)

Parameters

cultureId
Type: SystemInt32
Culture ID for which page URL paths should be generated.
See Also