Click or drag to resize
MediaFileInfoProviderGetThumbnailPath Method (Int32, String)
Returns physical path to the thumbnail folder.

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

Parameters

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

Return Value

Type: String
See Also