Hello,
May I ask you, which method are you calling? There should be two constructor methods for a
TreeNode in version 6 of Kentico
CMS:
TreeNode(DataRow, String)and
TreeNode(DataRow, String, TreeProvider)where:
dataRow (DataRow) - Datarow containing both tree node and coupled table
className (String) - Class name in format application.class
treeProvider (TreeProvider) - Tree provider used to access data
Please also follow the link below, which describes all changes in API for version 6:
http://devnet.kentico.com/Blogs/Martin-Hejtmanek/November-2011/Changes-in-the-API-from-version-Kentico-CMS-5-5-R2.aspxBest regards,
Jan Hermann