Hi all!
How would i go around iterating an ItemList inside a item object with razor.
I am trying the following
@foreach(LoopItem l in GetLoop("ItemPublisher:Items.List")) {
foreach(LoopItem li in l.GetLoop("ItemPublisher:Item.Billeder")) {
@li.GetValue("ItemPublisher:Item.Billede");
}}
But without any luck