AvatarInfo Constructor (IUploadedFile, Int32, Int32, Int32) |
Constructor - Creates a new AvatarInfo object based on the file posted through the upload control.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax public AvatarInfo(
IUploadedFile uploadedFile,
int maxWidth,
int maxHeight,
int maxSideSize
)
Parameters
- uploadedFile
- Type: CMS.BaseIUploadedFile
Uploaded file - maxWidth
- Type: SystemInt32
Maximal image width - maxHeight
- Type: SystemInt32
Maximal image height - maxSideSize
- Type: SystemInt32
Maximal side size
See Also