Click or drag to resize
PageUrlPathCultureFormatChanger Constructor
Initializes an instance of the PageUrlPathCultureFormatChanger class.

Namespace: CMS.DocumentEngine.Routing.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public PageUrlPathCultureFormatChanger(
	SiteInfoIdentifier site
)

Parameters

site
Type: CMS.DataEngineSiteInfoIdentifier
Site for which URL paths culture format should be changed.
See Also