CurrentDocument.Children.WithAllData is not returning items
jordanHello,CurrentDocument.Children.WithAllData has a count of 0 however CurrentDocument.Children has a count higher than 0.This would be fine if CurrentDocument.Children.GetStringValue returned the...
View ArticleRE:Assembly version error when adding custom DLL
FroggEyeThe standard way to do this would be to have one solution file and add both those projects (Kentico website and other class project) to your solution. Then add a reference to that other class...
View ArticleRE:Assembly version error when adding custom DLL
christian.nickel-nistHi Brenden,The setup of my solution and projects is exactly as you've described. A single solution with the Kentico website project and the class library added. The Kentico website...
View ArticleRE:Assembly version error when adding custom DLL
christian.nickel-nistFigured this out, though I still am unsure if things are all good...I thought maybe this was related to the application of hotfixes to the Kentico installation and it seems to be....
View ArticleRE:CurrentDocument.Children.WithAllData is not returning items
kentico_jurajoHello,Please see last post in this forum thread.Best regards,Juraj Ondrus
View ArticleRE:Assembly version error when adding custom DLL
kentico_jurajoHello,If you are using custom assembly, after applying the hotfix you need to rebuild the solution. The new DLLs from the hotfix, copied to the BIN folder, have no idea about your custom...
View ArticleRE:CurrentDocument.Children.WithAllData is not returning items
jordanThanks for the response.Alas it does not answer my question.Having this property in the web config makes no difference to outcome.ThanksJordan
View ArticleRE:CurrentDocument.Children.WithAllData is not returning items
jordanJust to clarify CurrentDocument.Children.WithAllData returns a different number of results to CurrentDocument.Children I would expect the same number of results from both fields only WithAllData...
View ArticleRE:CurrentDocument.Children.WithAllData is not returning items
kentico_jurajoHello,What version of Kentico do you use exactly and where and how are you using the code?I am using latest hotfix and both properties are returning the same number or results for given...
View ArticleRE:CurrentDocument.Children.WithAllData is not returning items
jordanSorry, please ignore me. it was something I was doing wrong.
View ArticleCMSLoaderAttribute
YehudaHi,I'm trying to implement a custom event handler.I have the code, but seems like nothing is happening.My break points never get hit, and I don't get any errors in error log.I have break points...
View ArticleRE:CMSLoaderAttribute
FroggEyeI've got some code here that shows how to properly implement it, take a look. It's talking about macros but you'd do the same setup for custom events.
View ArticleRetrieve the inbox messages from a specific user
iacido-gmailHello friends,I'm trying to retrieve the inbox/outbox messages from a specific user.I could not find a method to accomplish such task, neither documentation where sample code or hints.Any...
View ArticleHow to create document of custom type?
poplooukhin-gmailHi, allI created a new custom document type with name custom.AuditResultType.This document type contains following fields:- Id- DisplayName- ProgramIdI want to know how can I create a...
View ArticleRE:How to create document of custom type?
FroggEyeIf you look in your install you can see examples in the /CMSApiExamples directory. Here is a snippet which creates a new "Menu Item" in the /Api-Example node of the content tree.private bool...
View ArticleRE:Retrieve the inbox messages from a specific user
FroggEyeYou might find what you're looking for in the API examples. I believe you can simply set your WHERE statement to look something like this:WHERE MessageSenderUserID = 45 OR...
View ArticleRE:CMSLoaderAttribute
kentico_jurajoHi,What is your exact code and how is the class registered?Best regards,Juraj Ondrus
View ArticleRE:How to create document of custom type?
kentico_jurajoHi,to addition to the above API, you can find REST examples in this documentation.Best regards,Juraj Ondrus
View Articlepopup windows
mehrdadilchizadeh-gmailhi i need to open windows or zone whit popup... i want show my popup like open webpart propertis in cms desk (kentico cms 7)PLZ HELP METHANK YOU
View ArticleRE:popup windows
kentico_filiplHi,Do you mean you want to open some page in a new window? If so, you can set the Javascript command in CMS Desk -> Content -> <your document> -> Properties ->...
View Article