| CMSAbstractTransformationGetUserAvatarImage Method (Int32, String) | 
            Returns user avatar image. Datarow must contains 'AvatarGuid' and 'UserGender' columns.
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 10.0.0
 Syntax
Syntaxpublic string GetUserAvatarImage(
	int maxSideSize,
	string alt
)
Parameters
- maxSideSize
- Type: SystemInt32
 Max side size
- alt
- Type: SystemString
 Alternate text
Return Value
Type: 
String See Also
See Also