CMSAbstractTransformationGetGroupAvatarImage Method (Object, Int32, Object) |
Returns group avatar image tag, if avatar is not defined returns default group if is defined.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax public string GetGroupAvatarImage(
Object avatarID,
int maxSideSize,
Object alt
)
Parameters
- avatarID
- Type: SystemObject
Avatar ID - maxSideSize
- Type: SystemInt32
Max side size - alt
- Type: SystemObject
Image alternate text
Return Value
Type:
StringSee Also