I'm writing a simple exporting tool for a client running Kentico 13 using its REST API. My goal is to ultimately import all the content into Wordpress.I'm able to get a large JSON with information ...
I haven't worked with the user contribution webpart from v12 and older, but is it possible to do something similar in v13?Essentially I'm looking for users to create content outside of the admin si...
Hi Please assist I am building .net core site with kentico 13. I am getting this error below Missing page context data. If required use IPageDataContextInitializer.Initialize method to initialize t...
Can anyone please help me with how do I pull records or file for redirected page. I wanted to have it as a backup for my website revamp.
I am uploading 25 mb size of video using Kentico using Node.js I have tried all the way but I am getting @Request body larger than maxBodyLength limit@ How can i resolve it?
I'm using Kentico V10 and I can run the website locally. However, when i try to use the API from a console app, i'm getting the following error.{@Object type 'cms.class' not found.@}The stackTr...
I'm trying to programmatically update the WIF thumbprint value in Kentico. I've developed a small app that does the following: Get's the valuestring thumprintValue = SettingsKeyInfoProvider.GetVa...
I have a custom page type with two fields, StateName and StateCode. I would like it so that when a value is selected in either of these fields, the other field’s value changes to match.So for examp...
As you can see in the screenshot below Kentico CMS is creating an additional file when attempting to overwrite an existing media file using Kentico API 11.0.26. My goal is the just have one file.He...
I'm creating a Kentico media library file using Kentico API 11.0.26. The CMS and MVC app are on a web farm. Both are in healthy state.The file gets created fine, but is only accessible on the CMS a...