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 thought the latest razor version was supposed to allow getting nodes and their children by doc type?
e.g (doc type names)
Home> SlideShow>> Slide>> Slide
With this:
foreach(var item in Model.SlideShow.Slides){ @item.Name }
I get this error:
Error loading Razor Script 'umbraco.MacroEngines.DynamicNodeList' does not contain a definition for 'Slides'
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Node by name and it's children
I thought the latest razor version was supposed to allow getting nodes and their children by doc type?
e.g (doc type names)
Home
> SlideShow
>> Slide
>> Slide
With this:
I get this error:
is working on a reply...