Click or drag to resize
MediaLibraryInfoProviderGetMediaLibraryFolderPathInternal Method
Returns physical path to the specified library folder.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetMediaLibraryFolderPathInternal(
	string siteName,
	string libraryFolder,
	string webFullPath = null
)

Parameters

siteName
Type: SystemString
Site name
libraryFolder
Type: SystemString
Library folder name
webFullPath (Optional)
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