TransformationHelperGetMediaFileUrlForFeed Method |
Returns URL of the specified media file with feed parameter.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
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