MetaFileInfoProvider.EnsureThumbnailFile Method |
Ensures the thumbnail file.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntaxpublic static string EnsureThumbnailFile(
MetaFileInfo fileInfo,
string siteName,
int width,
int height,
int maxSideSize
)
Parameters
- fileInfo
- Type: CMS.DataEngine.MetaFileInfo
File info - siteName
- Type: System.String
Site name - width
- Type: System.Int32
File width - height
- Type: System.Int32
File height - maxSideSize
- Type: System.Int32
Maximum side size
Return Value
Type:
String
See Also