Click or drag to resize
MediaLibraryTransformationFunctions.GetMediaFileDirectUrl Method
Returns direct URL to the media file, user permissions are not checked.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntax
C#
public 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