API Questions on Kentico API.
Version 6.x > API > Assembly for Custom Handler View modes: 
User avatar
Member
Member
CC - 5/16/2012 2:44:15 PM
   
Assembly for Custom Handler
I am using 6.0.30 and have it installed as a web site. I am needing to create a custom tree node provider. I have reviewed the documentation here: http://devnet.kentico.com/docs/devguide/index.html?treenode_handler.htm

What I want to do is have my custom handler code located in my App_Code folder, but I don't see how to configure this properly. Is this possible? Something like this:

<add key="CMSUseCustomHandlers" value="true" />
<add key="CMSCustomHandlersAssembly" value="App_Code" />

Or is there an alternate way to register the custom handlers?

Thanks

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 5/16/2012 5:12:06 PM
   
RE:Assembly for Custom Handler
Hi,

Could you please check this article out - custom code in Kentico 6?

Best regards,
Juraj Ondrus

User avatar
Member
Member
CC - 5/16/2012 9:10:39 PM
   
RE:Assembly for Custom Handler
Excellent, thank you!