| CMSAbstractTransformationGetUserAvatarImage Method (Object, Int32, Int32, Int32, Object) | 
            Returns avatar image tag, if avatar is not defined returns gender depend avatar or user default avatar if is defined.
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 10.0.0
 Syntax
Syntaxpublic string GetUserAvatarImage(
	Object userID,
	int maxSideSize,
	int width,
	int height,
	Object alt
)
Parameters
- userID
- Type: SystemObject
 User ID, load gender avatar for specified user if avatar by avatar id doesn't exist
- 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
See Also