I have a Kentico 13 .NET Core website which uses the IUserInfoProvider dependency, injected via constructor, on a number of Widgets.We are seeing strange behaviour whereby:one Widget uses _userInfo...
Hi Guys, I have the following scenario: After form submission from certain pages, I have to call and external API, where some custom business logic is applied before calling the api. There is also ...
Hi, given the following query as an example:var menuItems = MenuItemProvider .GetMenuItems() .Path(path, PathTypeEnum.Children) .NestingLevel(maxDepth) .LatestVersion(_latestVersion...
Hi, Kentico version: 12.We end in a tricky situation for a new site module and maybe we miss something here.Short version: We try to make a query to load an Info object from an InfoProvider that h...
I created a cms module and added class named Company (namespace = Tech)I have a UniGrid control like this:@cms:UniGrid ID=@companyGrid@ runat=@server@ ObjectType=@Tech.Company@@ @GridActions Pa...
Hello! I want to get category by part of it's code name. I'm trying to use PageTemplateCategoryInfoProvider.GetSiteCategoriesList() but it requires string @where@ statement which i don't know how t...
I was trying to find out a way I can enable Username login as well as E-Mail login. I did find some links for Kentico 7 @ below but none for Kentico 9. There was a difference in the implmentation ...
Hello everyone I need to do a Cloudinary integration with Kentico. Coudinary is a cnd for images , documents and more. I want to extedt / replace the default Kentico images / media handeling. I f...
Hello, We are looking for a way to hook into render classes (like image rendering, page rendering, url-request classes). We're thinking we need a provider or something like that. Anyone has an ide...
Never had a need for this until now (which is odd) but I need to know how to get an InfoProviderobject from a class name. For instance my custom class is CustomClass.BrendenExample and I want to ...