Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I want to get all children nodes from node in my custom Controller:
I tried isnatiating :
Umbraco.Cms.Web.Trees.ContentTreeController ctc = new Umbraco.Cms.Web.Trees.ContentTreeController(BackOfficeRequestContext);
but I don't know now how to get child nodes for given HiveId
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Get all children nodes in controller, Umbraco 5
I want to get all children nodes from node in my custom Controller:
I tried isnatiating :
Umbraco.Cms.Web.Trees.ContentTreeController ctc = new Umbraco.Cms.Web.Trees.ContentTreeController(BackOfficeRequestContext);
but I don't know now how to get child nodes for given HiveId
is working on a reply...