Click or drag to resize
PageRoutingHelperUseLowerCasePaths Method
Indicates if the page URL paths should be in lowercase format based on the settings.

Namespace: CMS.DocumentEngine.Routing
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static bool UseLowerCasePaths(
	SiteInfoIdentifier site
)

Parameters

site
Type: CMS.DataEngineSiteInfoIdentifier
Site identifier.

Return Value

Type: Boolean
See Also