I have a site running Kentico 12SP MVC. For reasons, I won't get into, my Header and Footer have a z-index in the millions. Unfortunately, the z-index is so high that it blocks the pagebuilder feat...
I want to send an email via CMS.EmailEngine.EmailSender.SendEmailWithTemplateText but I need to select SMTP server. we will use an external SMTP server and we have our own too. we need to send mail...
I have an ASCX file called AegHero where I have the a markup for a WebPart. I also have a BackgroundColor property that holds a class name, that class name corresponds to a class with a specific ba...
Using Kentico 12 SP, hotfix 64 - I can create faked TreeNode types and set values on most of the fields, but I can't set a return value for Parent which I need to do to run a test on a method.The m...
Hi!Is there a way to access field properties like the Field Caption from the custom control code? I do not have a static name to put in, because the fields will not always be named the same thing, ...
I'm creating a widget that would allow a user to select an image from the media library using the Media Selector control, and return both the image and the file's attributes (Title, alt text, etc)....
We have a Kentico 8.2 WebForms App in C#.NET using .NET Framework 4.0. I have recently implemented a WebAPI v1 Controller within the CMS project (Stored under CMSApp\ApiControllers\, as opposed to ...
SummaryA Kentico 8.2 website fo which I have recently implemented a Web API service isn't registering routes on first deployment and all calls return 404. Further redeployments usually fix the issu...
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 got the following error after upgrading Kentico 11 to Kentico 12 SP1.The action I have made: 1. I have removed all the reference of Kentico dll and I added new reference. 2. All the DLL (bot...