Try our conversational search powered by Generative AI!

Community expert functionality

Vote:
 

hi,

we need to display the expert profile image on website could any one help me out with that.

This is my CMS 5 code

if (CurrentExpert != null && CurrentExpert.Image != null && CurrentExpert.Image.Url != null)
{
Thumbnail thumbnail = CurrentExpert.Image.GetThumbnail(103, 103, ThumbnailFormat.Proportional);
return thumbnail.Url ?? string.Empty;
}

which is not working on EPi 6 R2

need the code

Thanks

Nilanjan Saha

#116460
Jan 30, 2015 10:56
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.