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 7.5
need the code fo same
Thanks
Nilanjan Saha
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 7.5
need the code fo same
Thanks
Nilanjan Saha