With Kentico 13, I'm looking for a way to specify the primary key value when inserting a TreeNode via API. Something like:var node = TreeNode.New(@MyPageType@); node.SetValue(@MyPageTypeID@, 1234);...
How would you write code like this as a custom method to transformations using kentico 11? @li class=@@%#Eval(@DocumentMenuClass@)%@@@ @a href=@@%# Convert.ToString(Eval(@DocumentM...
I'm trying to use the following code in a .NET Core site running Kentico Xperience 13.app.UseStaticFiles(new StaticFileOptions { OnPrepareResponse = context =@ { context.Context.Res...
I am upgrading a kentico instance from version 8.2 to 9 and in the global.asax.cs file I have this code private static void EnsureDynamicModules(object sender, EventArgs e) { ...
I've got a Kentico Xperience (v13) instance in Azure and I want to run ContinuousIntegration.exe to populate my database up there with content from my CI xml files. The catch is that we're injecti...
I am getting a 504 Gateway timeout when I tried to upload a large file. In my case, I am getting errors if the file size is larger than 500MB. Here's the message from the network log.EventUrl: /CMS...
Hello. I created a standard Kentico blog on a site I'm working on, and on the form for adding comments I have a name, email, url and comments fields, together with a captcha. Do you know where I ca...
Hi can I enable snapshot isolation for my database in version 8.1.17?
I have a form with an Upload file field on a Kentico 9 website. Form files are currently stored in the default folder (BizFormFiles). I would like to store those files in a place where I can easily...
I have built 2 custom scheduled tasks under my 'Site1' on an instance of Kentico 11. There are several scheduled tasks running under 'Site1'. Most run code from Kentico's CMS libraries such as CMS....