TransformationHelperGetMediaFileUrlForFeed Method |
Returns URL of the specified media file with feed parameter.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax 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:
StringSee Also