MediaFileInfoProviderGetPreviewFilePath Method (String, String, Int32) |
Returns preview file path for search pattern (.* as extension).
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax 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:
StringSee Also