Checks whether the image should be processed (resized) by the Image manager (if the destination size is smaller).
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- avatarInfo
- Type: CMS.Membership AvatarInfo
Avatar 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