| MediaLibraryInfoProviderGetMediaLibraryFolderPath Method (Int32, String, String) | 
            Returns physical path to the specified library.
            
 
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntaxpublic static string GetMediaLibraryFolderPath(
	int libraryId,
	string siteName,
	string webFullPath
)
Parameters
- libraryId
 - Type: SystemInt32
Library ID - siteName
 - Type: SystemString
Site name - 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: 
String
See Also