MediaFileInfoProviderGetMediaFilePathInternal Method |
Returns physical path to the media file.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 12.0.0
Syntax protected virtual string GetMediaFilePathInternal(
string siteName,
string libraryFolder,
string filePath,
string webFullPath
)
Parameters
- siteName
- Type: SystemString
Site name - libraryFolder
- Type: SystemString
Library folder name - filePath
- Type: SystemString
File path within the library folder - webFullPath
- Type: SystemString
Physical path to the root of the web project (e.g. c:\WebProject\), if it is not specified web application physical path is used
Return Value
Type:
StringSee Also