MetaFileInfoProviderGetThumbnailPhysicalPath Method |
Returns physical path to the thumbnail.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static string GetThumbnailPhysicalPath(
string siteName,
string guid,
string extension,
int width,
int height
)
Parameters
- siteName
- Type: SystemString
Site name - guid
- Type: SystemString
File GUID - extension
- Type: SystemString
File extension - width
- Type: SystemInt32
Width - height
- Type: SystemInt32
Height
Return Value
Type:
StringSee Also