Click or drag to resize
MediaFileURLProvider.GetMediaFileUrl Method (String, String, String)
Returns relative URL path to the media file, user permissions are not checked.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 11.0.0
Syntax
C#
public static string GetMediaFileUrl(
	string siteName,
	string libraryFolder,
	string filePath
)

Parameters

siteName
Type: System.String
Site name
libraryFolder
Type: System.String
Library folder name
filePath
Type: System.String
File path within the library folder

Return Value

Type: String
See Also