Sunday, August 6, 2017

Fast sitecore query

//string query = "fast:/" + item.Paths.ParentPath + "/#" + item.Name + "#//*[@@templatename='Article']";
            //Item[] items = Sitecore.Context.Database.SelectItems(query);

No comments:

Post a Comment