Click or drag to resize
TransformationHelperGetMediaFileUrlForFeed Method
Returns URL of the specified media file with feed parameter.

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

Parameters

feedName
Type: SystemString
Name of the feed
fileGUID
Type: SystemObject
File GUID
fileName
Type: SystemObject
File name

Return Value

Type: String
See Also