语言回退不适用于玻璃Sitecore查询

时间:2018-06-01 20:10:35

标签: sitecore glass-mapper sitecore8.2

我正在使用sitecore 8.2和glassmapper 4.3。

我可以使用Isitecorecontext.GetItem<T>(path)获取后备项目,但是当我尝试使用如下所示的sitecore查询来阅读项目时

  public partial interface T
{
    [SitecoreQuery("./*[@@templatename='TemplateName']", InferType =true, IsLazy = true, IsRelative = true)]
    IMultiSiteContext ConfigurationRoot { get; set; }

}

ConfigurationRoot是在该T

的部分界面中创建的额外属性

0 个答案:

没有答案