Cache Dependency for Categories
cwitt-thinkpyxlWhat cache dependency do I need to use to for items contained in the CMS_Category table? I can't find a reference to this in the documentation.
View ArticleRE:Cache Dependency for Categories
cwitt-thinkpyxlI guess I should have asked if the dependency is cms.category|all or if it's something else?
View ArticleRE:Setting User Role Permissions for Document Types through API
Kentico_RichardSHi Alan,Thank you for your message.What do you mean by settings permission to document type? Document types does not have any permission (you can see in Site manager -> Development...
View ArticleJS Minification On Azure
bryanallottGetResource.ashx handler has this methodprivate static void ProcessJSFileRequest(HttpContext context) { // Check whether to use minification bool useMinification = false; if...
View ArticleRE:Cache Dependency for Categories
kentico_romankHi,Yes, it should be cms.category|all. Do you have any difficulties to use this cache dependency? I would also suggest you to go through this article (I you havent done it yet)...
View ArticleDocument Handler
LucaIs there a way to define a Handler class for document events?Events like: document Created, Updating,Updated, deletingI tried the following code but event not firing [ClassLoader] public partial...
View ArticleRE:Document Handler
kentico_sandrojHello,It is possible to handle document events with a global handers. These are the events that can be handled:DocumentEvents - contains events fired when changes are made to documents....
View ArticleRE:JS Minification On Azure
kentico_filiplHello Bryan,Currently JavaScript minification is not supported on Azure because of incompatibility of libraries used for minification with Azure, that is why it always returns false....
View ArticleRE:Document Handler
LucaHi, SandroI soloved Looking at the class "SampleHandlerModuleLoader"The example in the guide is not very clear, but i solved :)ThanksLuca
View ArticleCustom Table Creation Customization
Armysniper89I have a custom table that stores event information of various types. We are displaying it in a Calendar control from Telerik. In order to handle recurring events, we need to be able to...
View ArticleHow do I retrieve Booking Events using the API?
robert.herrick-rdh2Hello, Kentico folks --I am finding it really difficult to figure out just to get a DataSet of Booking Events from the database. I need it to create a custom Calendar control that is...
View ArticleQuestion about ImageHelper
cianmoloney05-gmailHi all,I'm using the ImageHelper to resize an attachment before publishing it to my CDN.Say I have an image 800px x 500px that I want to re-size to 200px x 100px.. I use the Kentico...
View ArticleRE:Question about ImageHelper
cianmoloney05-gmailI've just found that feeding the GetResizedImageData with a maxSideSize of 0 (zero) will resize it to the specified width and height..
View ArticleRE:Redirect to Home Page if requested page is not published
kentico_janhHello,You are right. The 404 handling must be done by server transfer and in this case the session is not transferred. The easiest solution is make one extra redirection, so please create...
View ArticleRE:Question about ImageHelper
kentico_martind2Hello,Yes, there are more variations of the method GetResizedImageData, for more details I would recommend you also to download the API Reference where you can find all parameters...
View ArticleRE:Custom Table Creation Customization
FroggEyeHave you taken a look at the API examples for custom tables? It's not as easy as simply placing a custom table query repeater on the page but I'm already guessing you have some method to get...
View ArticleRE:Kentico 7 connector - detect data changes
kentico_filiplHello David,Windows scheduler can be enabled even on worker roles. You just need to use the startup script which is located in ~\SmartSearchWorker\InstallService.cmd file.Please follow...
View ArticleRE:JS Minification On Azure
bryanallottThanks, Filip. If you could feedback as soon as you know that would be awesome!
View ArticleOutgoing tasks Integration Bus
david.mavin-skyHi,We have created a connector which subscribes to events on orders. When the order is marked as paid the connector pushes the order to our back end system, this works fine, however,...
View ArticleRE:Kentico 7 connector - detect data changes
david.mavin-skyHi,Thanks for the information, but I do not believe this will work on Azure. I think it will work on Azure if you have dedicated VM's but not on Azure when it is dynamically allocating...
View Article