In today’s article, I would like to introduce a new addition to our querying API. The DocumentQuery and ObjectQuery methods are now accompanied by asynchronous counterparts for query execution.
In this article, I will talk about how we enhanced page and object querying in Kentico Xperience 13 and the benefits for custom code.
The article is part of our short series presenting new technical features.
Hi, previously when we used the now obsolete method TreeHelper.SelectNodes() in a repeater, we could see unpublished/archived pages in the repeater when we were in the pages module.Is there anyway ...
Hello,I want to skip N records from document query below is codeCode string whereCondition = @(convert(varchar,StartDate,120) between convert(varchar,'@+todayDate+@',120) and convert(varchar,'@+end...
Hi all!I've read the article about querying with JOINs: http://devnet.kentico.com/articles/kentico-8-technology-dataquery-advanced-apiBut I have a problem: what if I want to query two joined tables...
I have a macro to check the most recent modification to a custom doctype and adjust the number of cache minutes accordingly. It's used on a dynamic newsletter page, and the idea is to have the page...
Hi Guys,i'm trying to query for all pages that inherit from my @Site.BasePage@ pagetype.There are several pages already created in the content tree with page types that inherit from the basepage.my...