Skip to main content

All Questions

Tagged with
0 votes
1 answer
85 views

Kentico 13: User contributions outside of the admin

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 site....
eKoz's user avatar
  • 83
1 vote
0 answers
503 views

For POST actions use HtmlHelper extension method Html.Kentico().PageData() to persist the page context

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 the ...
David Hlophe's user avatar
0 votes
0 answers
44 views

Create a copy of all the redirection in my website

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.
Justine Joshua Talaguit's user avatar
0 votes
1 answer
120 views

Issue while uploading Video of 25mb in kentico using Management API "Request body larger than maxBodyLength limit"

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?
Maulik Patel's user avatar
0 votes
1 answer
439 views

How do i use the Kenitco API from a Console App

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."} ...
randy's user avatar
  • 255
0 votes
1 answer
290 views

Kentico API to update settings doesn't reflect in CMS

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 value string thumprintValue = SettingsKeyInfoProvider....
Clyde D'Souza's user avatar
0 votes
1 answer
455 views

Kentico 12: change value of one page type field based on value of another field

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 ...
daGUY's user avatar
  • 28.2k
0 votes
2 answers
271 views

Kentico CMS creating additional file when attempting to overwrite existing one via Kentico API

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. ...
joym8's user avatar
  • 4,154
0 votes
1 answer
518 views

Kentico Library media file not available in MVC website

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 ...
joym8's user avatar
  • 4,154
0 votes
1 answer
391 views

How to create Kentico media library file using file stream

I'm trying to use Kentico API (Kentico.Libraries 12.0.54) in a console app to create a media library file. The example on docs site shows how to do this using a file on the file system. But in our ...
joym8's user avatar
  • 4,154
1 vote
1 answer
128 views

How to add a contact to contactgroup using Kentico Rest API?

There is a POS windows application where a store manager processes bills for customers. Our client want us to provide them an API service where this service will add a customer as a contact and also ...
user1626998's user avatar
0 votes
1 answer
154 views

Media selection - GUID field

Using Kentico MVC, I would like to add a new field in my page type to select the GUID of a media in order to generate something like: /getmedia/ff30e190-1784-4cbc-8718-f16f3c570535/Colombia-Coffee.jpg....
Sylvain C.'s user avatar
  • 1,063
1 vote
1 answer
410 views

Kentico 12: detect if an editable area contains any widgets

I'm building a site in Kentico 12 MVC and working on setting up content personalization. The normal way to do this is to add an editable area in the view: <div> @Html.Kentico().EditableArea(...
daGUY's user avatar
  • 28.2k
0 votes
2 answers
123 views

How to assign site for new user via Kentico API

I'm trying to create a new Kentico user and assigning them to a site, via Kentico API: https://docs.kentico.com/api11/configuration/users#Users-Assigningausertoasite In my case SiteContext....
joym8's user avatar
  • 4,154
0 votes
1 answer
91 views

Kentico IEnumerable<DocumentAttachment> is empty in my controller

I am using the standard method to get the properties of my page: ClientLogosDatasource datasourceItem = ClientLogosDatasourceProvider.GetClientLogosDatasource(datasourceNodeGuid, "en-us", SiteContext....
Ben Murphy's user avatar

15 30 50 per page