Click or drag to resize
FileGetActualUrl Method

Note: This API is now obsolete.

Returns actual URL of given absolute path.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use GetFileUrl(absolutePath, siteName) instead.")]
public static string GetActualUrl(
	string absolutePath
)

Parameters

absolutePath
Type: SystemString
Absolute path

Return Value

Type: String
See Also