Click or drag to resize
TransformationHelper.GetUserAvatarImageByGUID Method
Returns user avatar image.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string GetUserAvatarImageByGUID(
	Object avatarGuid,
	Object userGender,
	int maxSideSize,
	int width,
	int height,
	Object alt
)

Parameters

avatarGuid
Type: System.Object
Avatar GUID
userGender
Type: System.Object
Avatar gender
maxSideSize
Type: System.Int32
Max side size
width
Type: System.Int32
Image width
height
Type: System.Int32
Image height
alt
Type: System.Object
Image alternate text

Return Value

Type: String
See Also