Click or drag to resize
PageUrlPathLanguagePrefixFormatChangerChange Method
Change URL language prefix format of page URL paths.

Namespace: CMS.DocumentEngine.Routing.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public void Change(
	PageRoutingUrlLanguagePrefixFormatEnum newFormat
)

Parameters

newFormat
Type: CMS.DocumentEngine.RoutingPageRoutingUrlLanguagePrefixFormatEnum
New URL language prefix format.
See Also