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
Hi, I'm trying to do something like this
dynamic node = new umbraco.MacroEngines.DynamicNode(1151, 1059);
But this creates an overload problem. Is there any way to get data from multiple nodes?
Thanks / Niklas
Hi Niklas
Which version of Umbraco are you using ?
in 6+ you can use the Umbraco helper methods:
https://our.umbraco.org/documentation/reference/querying/umbracohelper/
and
Umbraco.Content()
has an overload that takes a comma delimited string of ids, to pull back data from multiple items
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Load from multiple nodes
Hi, I'm trying to do something like this
But this creates an overload problem. Is there any way to get data from multiple nodes?
Thanks / Niklas
Hi Niklas
Which version of Umbraco are you using ?
in 6+ you can use the Umbraco helper methods:
https://our.umbraco.org/documentation/reference/querying/umbracohelper/
and
Umbraco.Content()
has an overload that takes a comma delimited string of ids, to pull back data from multiple items
is working on a reply...