Click or drag to resize
TreePathUtilsGetUrlExtension Method
Returns URL extension used for friendly URLs for specified site.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetUrlExtension(
	string siteName = null
)

Parameters

siteName (Optional)
Type: SystemString
Site name

Return Value

Type: String
See Also