vijayakarunakar
Results
2
issues of
vijayakarunakar
I'm currently upgrading to GlassMapper V5, sitecoreservice.getitem Not returning children items for Glass.Mapper.Sc.101 & Sitecore 10.0.1 var TemplateID = Guid.Parse("{51A26CD4-FCB5-4A3C-8720-2D60F625A678}"); var _Options = new GetItemByIdOptions(TemplateID) { InferType = true, Lazy...
I'm getting Unable to cast object of type 'System.Guid' to type 'System.String'. when I use below SitecoreChildrenAttribute to get the children. [SitecoreChildren(InferType = true)] IEnumerable Children { get; set; }...