public static string GetProfilePhoto(string imageName, SystemUserType userTypeId, SystemImageSize size) { return(GetProfilePhoto(imageName, userTypeId, (int)size)); }
public static string GetProfilePhoto(string imageName, SystemUserType userTypeId, SystemImageSize size) { return GetProfilePhoto(imageName, userTypeId, (int)size); }
public static string GetProfilePhoto(UserInfo userInfo, SystemImageSize size = SystemImageSize.Size40) { return(GetProfilePhoto(userInfo.Picture, (SystemUserType)userInfo.UserTypeID, size)); }
public static string GetProfilePhoto(UserInfo userInfo, SystemImageSize size = SystemImageSize.Size40) { return GetProfilePhoto(userInfo.Picture, (SystemUserType)userInfo.UserTypeID, size); }