TreePathUtilsGetFilesUrlExtension Method |
Returns files URL extension used for friendly URLs for specified site.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public static string GetFilesUrlExtension(
string siteName = null
)
Parameters
- siteName (Optional)
- Type: SystemString
Site name. If not specified current site name is used.
Return Value
Type:
StringSee Also