Checks whether the image should be processed (resized) by the Image manager (if the destination size is smaller).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- fileInfo
- Type: CMS.DataEngine MetaFileInfo
Meta file info to check
- width
- Type: System Int32
New width
- height
- Type: System Int32
New height
- maxSideSize
- Type: System Int32
Max side size
Return Value
Type: BooleanSee Also