Click or drag to resize
MediaFileInfoProviderGetMediaFilePath Method (Int32, String)
Returns physical path to the media file.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntax
C#
public static string GetMediaFilePath(
	int libraryId,
	string filePath
)

Parameters

libraryId
Type: SystemInt32
Media library ID
filePath
Type: SystemString
File path

Return Value

Type: String
See Also