| MediaFileInfoProviderGetMediaFileAbsoluteUrlInternal Method  | 
            Returns absolute URL path to the media file including http://, user permissions are not checked
            
 
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 9.0.0
Syntaxprotected virtual string GetMediaFileAbsoluteUrlInternal(
	string siteName,
	string libraryFolder,
	string filePath
)
Parameters
- siteName
 - Type: SystemString
Site name - libraryFolder
 - Type: SystemString
Library folder name - filePath
 - Type: SystemString
File path within the library folder 
Return Value
Type: 
String
See Also