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

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