MediaLibraryTransformationFunctions.GetMediaFileDirectUrl 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
Syntaxpublic static string GetMediaFileDirectUrl(
Object libraryId,
Object filePath
)
Parameters
- libraryId
- Type: System.Object
Media library ID - filePath
- Type: System.Object
File path
Return Value
Type:
String
See Also