Click or drag to resize
TransformationHelperGetMediaFileUrl Method
Returns URL of the specified media file.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public string GetMediaFileUrl(
	Object fileGUID,
	Object fileName
)

Parameters

fileGUID
Type: SystemObject
File GUID
fileName
Type: SystemObject
File name

Return Value

Type: String
See Also