AvatarInfoProviderEnsureThumbnailFile Method |
Ensures the thumbnail avatar.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax public static string EnsureThumbnailFile(
AvatarInfo avatarInfo,
int width,
int height,
int maxSideSize
)
Parameters
- avatarInfo
- Type: CMS.MembershipAvatarInfo
Avatar info - width
- Type: SystemInt32
File width - height
- Type: SystemInt32
File height - maxSideSize
- Type: SystemInt32
Maximum side size
Return Value
Type:
StringSee Also