MetaFileInfoProviderEnsureThumbnailFile Method |
Ensures the thumbnail file.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static string EnsureThumbnailFile(
MetaFileInfo fileInfo,
string siteName,
int width,
int height,
int maxSideSize
)
Parameters
- fileInfo
- Type: CMS.DataEngineMetaFileInfo
File info - siteName
- Type: SystemString
Site name - width
- Type: SystemInt32
File width - height
- Type: SystemInt32
File height - maxSideSize
- Type: SystemInt32
Maximum side size
Return Value
Type:
StringSee Also