Click or drag to resize
CMSAbstractTransformationGetUserAvatarImage Method (Int32, String)
Returns user avatar image. Datarow must contains 'AvatarGuid' and 'UserGender' columns.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public string GetUserAvatarImage(
	int maxSideSize,
	string alt
)

Parameters

maxSideSize
Type: SystemInt32
Max side size
alt
Type: SystemString
Alternate text

Return Value

Type: String
See Also