MediaLibraryTransformationFunctionsGetMediaFileDirectUrl Method |
Returns direct URL to the media file, user permissions are not checked.
Namespace: CMS.MediaLibrary.Web.UIAssembly: CMS.MediaLibrary.Web.UI (in CMS.MediaLibrary.Web.UI.dll) Version: 10.0.0
Syntax public static string GetMediaFileDirectUrl(
Object libraryId,
Object filePath
)
Parameters
- libraryId
- Type: SystemObject
Media library ID - filePath
- Type: SystemObject
File path
Return Value
Type:
StringSee Also