MediaLibraryTransformationFunctionsGetMediaFileUrl Method (Object, Object) |
Returns URL to media file which is rewritten to calling GetMediaFile.aspx page where user permissions are checked.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 9.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