I´ve followed this guide to implement a Custom Send Email class, my final class is pretty similar to the sample class in the documentation page. https://docs.xperience.io/custom-development/customi...
MVC Kentico 13 - Admin Control Panel I had to run a SQL query to update an entire column of a page type that had a change. The change is working in terms of pulling the correct value but oddly th...
I have a Kentico 13 site that my team is currently working on. One issue we are running into is that if all the Page Type generated code is in the MVC project/DLL then Content Tree based routing wo...
Are there any functions or additional properties we need to add to a new page when we are adding them in from the MVC site?Edit: We're using Kentico 13.0.71 and .NET Core for the MVC site (.NET 6)W...
I have created a couple of transformations for different page types and in my view I need to display the proper transformation based on the page type. How do I accomplish this in .NET MVC?