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

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.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