Hi,I am using Kentico 13, dotnet core application. I wanted to update multiple products to cart in a single database call.Currently I am looping through all products and updating one by one which i...
Hello, for some reason I'm not able to update the file name and location at the same time. Can you please provide an example of how to do so?Here's my code: public async UpdateMediaFile(MediaFileDt...
I am pretty sure you can, but I just want to make sure that there wouldn't be any issues calling data from a kentico 11 site to a kentico 13 site. This is not a data migration, these are two separa...
I am working with a Kentico 12 site and am building a tool to get all known urls for all current published pages. I can get all documents with something likevar documents = DocumentHelper.GetDocume...
We are currently in an upgrade to Kentico 13 from Kentico 12 and running into a smallish problem.We have an enrollment page that sends its data to a .net core api (using .net 7.0) I have gotten the...
Hi, I have created a .net core Console application to communicate with a kentico 13 MVC Application. I am trying to add a field to an existing Online Form / Biz Form. but when ever I Update the Dat...
Is there a way to create Custom forms through the Kentico api by any chance? There is no api example for This. Just curious to see if someone else has done this or has discovered this functionality...
I am in the process of converting the V12 Portal version to a .net Core MVC and am a bit confused.The solution is using a modified version of the Medio Clinic project from the online classes as a b...
Hello,I have inherited an old version of a Kentico 10 site (10.0.51) and we have some API controllers in our project. We have installed Swagger to document the end points and it's picking up the @/...
HiI recently updated our Kentico website from 12.0.77 to 12.0.101 because there was a bug that was solved in a later hotfix.I noticed that after this, well I assume that this caused it, API calls a...