Reputation: 3610
I see some examples about DynamicNode's in Umbraco. But i don't see how i can use these.
Can anyone tell me which reference do i have to make to be able to use DynamicNode?
I'm using C#, ASP.NET webforms and Umbraco 4.7.
Upvotes: 0
Views: 3638
Reputation: 39045
Have a look at:
You can see the references (using) at the bottom right of the page:
@using umbraco.MacroEngines
@inherits umbraco.MacroEngines.DynamicNodeContex
pehaps you need to add uComponents library (part of it it's now on umbraco core, but I think it's from 4.8.0 on).
Upvotes: 2