Click or drag to resize
TransformationHelperGetGroupAvatarImage Method (Object, Int32, Int32, Int32, Object)
Returns group avatar image tag, if avatar is not defined returns default group if is defined.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public string GetGroupAvatarImage(
	Object avatarID,
	int maxSideSize,
	int width,
	int height,
	Object alt
)

Parameters

avatarID
Type: SystemObject
Avatar ID
maxSideSize
Type: SystemInt32
Max side size
width
Type: SystemInt32
Image width
height
Type: SystemInt32
Image height
alt
Type: SystemObject
Image alternate text

Return Value

Type: String
See Also