Hi, I'm using kentico v12.0.101 and I'm using a custom handler that, when triggered, goes thru an excel file and creates categories using the API found here: https://docs.xperience.io/api12sp/confi...
I am pulling data from a json feed through a scheduled task that will look at the feed and create/update/delete pages (news feed). I am adding the feed per article guid into a created property on ...
Hi, we run an external MVC application connected through the API with Kentico 11. Both of them share the same Authentication cookie. We need to be able to also share the culture settings - to chang...
In kentico 10 we using bulk user upload from excel, the field name is Username, Email, fname, lname, Role1, Role2 and Role3. The user will be insert working fine.
In kentico 10 we using bulk user upload using excel, the field name is Username, Email, fname, lname, Role1, Role2 and Role3.The username, email,fname, lname saving the data in db its working fine....
Hi,I'm having an issue when inserting a page (Blog post comment) using the API. The page is added correctly except for the fact that the DocumentNamePath property is always set with a value at the ...
I used below below code for download the data form Address table to excel file, excel file will be downloading but data is not coming.var addresses = AddressInfoProvider.GetAddresses() .Columns(@Ad...
In the select linq query need add where condition for two columns. Column name1: Address and column name: city If two column values are means condition go to if(address!=null){}otherwise else{} I ...
I using bulk upload address method, the below code is address upload using excel file.My requirement is how to update the customer If already address available means no need to update, if not avail...
Hello,I'm using Kentico API to search for some results. The problem is that something is not working as expected. For one of my custom page types I added new field called ProjectCompletion (data ty...