Click or drag to resize
PageUrlPathCultureFormatChangerChange Method
Changes URL culture 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(
	PageRoutingUrlCultureFormatEnum newFormat
)

Parameters

newFormat
Type: CMS.DocumentEngine.RoutingPageRoutingUrlCultureFormatEnum
New URL culture format.
See Also