TransformationMethodsGetGroupAvatarImageByGUID 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 static Object GetGroupAvatarImageByGUID(
EvaluationContext context,
params Object[] parameters
)
Parameters
- context
- Type: CMS.MacroEngineEvaluationContext
Evaluation context with child resolver - parameters
- Type: SystemObject
(Avatar GUIID, load gender avatar for specified user if avatar by Avatar GUIID doesn't exist) OR
(Avatar GUIID, load gender avatar for specified user if avatar by Avatar GUIID doesn't exist; Image max. side size) OR
(Avatar GUIID, load gender avatar for specified user if avatar by Avatar GUIID doesn't exist; Image max. side size; Image width) OR
(Avatar GUIID, load gender avatar for specified user if avatar by Avatar GUIID doesn't exist; Image max. side size; Image width; Image height) OR
Return Value
Type:
ObjectSee Also