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

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

Parameters

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