Click or drag to resize
MediaFileInfoProviderGetPreviewFilePathInternal Method
Returns preview file path for search pattern (.* as extension).

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetPreviewFilePathInternal(
	string filePath,
	string siteName,
	int libraryId
)

Parameters

filePath
Type: SystemString
File path from database
siteName
Type: SystemString
Site name
libraryId
Type: SystemInt32
Library ID

Return Value

Type: String
See Also