MediaLibraryTransformationFunctionsGetMediaFileDirectUrl Method |
Returns direct URL to the media file, user permissions are not checked.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
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