TransformationHelperGetGroupAvatarImageByGUID Method |
Returns group avatar image tag, if avatar is not defined returns default group if is defined.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
Syntax public string GetGroupAvatarImageByGUID(
Object avatarGuid,
int maxSideSize,
int width,
int height,
Object alt
)
Parameters
- avatarGuid
- Type: SystemObject
Avatar GUID - 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:
StringSee Also