Checks whether the image should be processed (resized) by the Image manager (if the destination size is smaller).
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- filePath
- Type: System String
File path
- width
- Type: System Int32
New width
- height
- Type: System Int32
New height
- maxSideSize
- Type: System Int32
Max side size
Return Value
Type: BooleanSee Also