Click or drag to resize
TransformationHelperGetMetaFileUrl Method
Returns URL of the specified meta file.

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

Parameters

fileGUID
Type: SystemObject
Meta file GUID
fileName
Type: SystemObject
Meta file name

Return Value

Type: String
See Also