MediaLibraryTransformationFunctionsGetMediaFileUrl Method (Object, Object) |
Returns URL to media file which is rewritten to calling GetMediaFile.aspx page where user permissions are checked.
Namespace: CMS.MediaLibrary.Web.UIAssembly: CMS.MediaLibrary.Web.UI (in CMS.MediaLibrary.Web.UI.dll) Version: 12.0.0
Syntax public static string GetMediaFileUrl(
Object fileGuid,
Object fileName
)
Parameters
- fileGuid
- Type: SystemObject
File GUID - fileName
- Type: SystemObject
File name
Return Value
Type:
StringSee Also