I have a user control in which I need to return child nodes based on parentID. I am able to get the parentID, but don't know the syntax for returning child nodes.
|
|
Getting child nodes is pretty straightforward. Not sure how far you are with your code so here's a complete example with the various options:
|
|||
|
|
|
|
Which version of umbraco are you using? because I have been trying to list children of a specific node for three days now, tried nodefactory, document etc, copy and pasted your code and it still doesn't work. HasChildren is always false, and I am sure it has nodes under it. |
||||
|
