语言回退不';不适用于glass Sitecore查询

语言回退不';不适用于glass Sitecore查询,sitecore,glass-mapper,sitecore8.2,Sitecore,Glass Mapper,Sitecore8.2,我正在使用sitecore 8.2和glassmapper 4.3 我可以使用Isitecorecontext.GetItem(path)获取回退项,但当我尝试使用如下sitecore查询读取项时 public partial interface T { [SitecoreQuery("./*[@@templatename='TemplateName']", InferType =true, IsLazy = true, IsRelative = true)] IMultiS

我正在使用sitecore 8.2和glassmapper 4.3

我可以使用
Isitecorecontext.GetItem(path)
获取回退项,但当我尝试使用如下sitecore查询读取项时

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

}
ConfigurationRoot是在该T的部分接口中创建的额外属性