Welcome to the next episode of our short article series presenting Kentico Xperience 13 technical features, which might not be visible at first sight.
It is an honor to introduce a brand new trait of our InfoProvider data manipulation pattern – InfoProvider interfaces.
I have some code which uses a Source to join two tables.How do I fake that for a unit test?for example:DataSet result = UserInfoProvider.GetUsers().Source(si =@ si.Join
Often when creating custom classes I need to make modifications to the Info class constructor - for example, setting the order number column. As far as I can tell, you can't do this kind of thing i...
I created a cms module and added class named Company (namespace = Tech)I have a UniGrid control like this:@cms:UniGrid ID=@companyGrid@ runat=@server@ ObjectType=@Tech.Company@@ @GridActions Pa...
Hi,I am fetching content type pages(no design) and sub-pages from Kentico CMS using data provider class. I am getting list of pages in alphabetical order. Is there any way to get list of pages in...
I have a custom macro method that is essentially doing a TreeProvider.SelectNodes() call, and I'd like to provide that through the macro method in the same way that Documents is exposed. I'd like t...