如何在Manatee.trello中检索板的背景颜色或图像



我正在尝试使用Manatee.trello检索现有的板背景颜色或图像。这是我到目前为止尝试的:

Board myboard =  new Search(SearchFor.TextInName("MyAwesomeBoard"), 1, SearchModelType.Boards).Boards.FirstOrDefault();
var boardColor = myboard.Preferences.Background.Color;
var boardImg = myboard.Preferences.Background.Image;

根据登录签名,这应返回stringWebColor。它编译良好,但是在运行时我会收到以下错误:

NullReferenceException: Object reference not set to an instance of an object

即使董事会当前具有图像或颜色背景。是否有另一种访问此信息的方法,或者有Manatee.trello中有错误?

这是搜索中的一个错误,将在下一个版本中解决。我创建了第68期来跟踪它。

更新

请参阅版本1.17.0有关修复。

相关内容

  • 没有找到相关文章

最新更新