Click or drag to resize
MediaFileInfoProviderGetPreviewFilePath Method (String, String, Int32)
Returns preview file path for search pattern (.* as extension).

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 9.0.0
Syntax
C#
public static string GetPreviewFilePath(
	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