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

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.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