Click or drag to resize
AvatarInfoProviderEnsureThumbnailFile Method
Ensures the thumbnail avatar.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
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: String
See Also