Click or drag to resize
MediaLibraryTransformationFunctionsGetMediaFileDirectUrl 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: SystemObject
Media library ID
filePath
Type: SystemObject
File path

Return Value

Type: String
See Also