sreejith
-
7/25/2013 2:01:28 AM
Can't Delete a TreeNode in C#
Hi,
I'm using Kentico version 6, I have coded to delete a nodefrom CMS. It is working in my local development site but not in production site.
I have tried both:
DocumentHelper.DeleteDocument(treeNode, provider, true, true, true); and treeNode.Delete();
Please tell me is there any settings to change or how can we delete a node by Query?
|