Been scratching my head at this one for a few days, basically I'm trying to develop a macro to display page properties in groups of two. Usually I'd use .InGroupsOf(2) but my macro won't compile and has the error of:
'umbraco.NodeFactory.Nodes' does not contain a definition for 'InGroupsOf' and no extension method 'InGroupsOf' accepting a first argument of type 'umbraco.NodeFactory.Nodes' could be found (are you missing a using directive or an assembly reference?)
jQuery Carousel Razor Macro
Good Morning Gentlemen,
Been scratching my head at this one for a few days, basically I'm trying to develop a macro to display page properties in groups of two. Usually I'd use .InGroupsOf(2) but my macro won't compile and has the error of:
'umbraco.NodeFactory.Nodes' does not contain a definition for 'InGroupsOf' and no extension method 'InGroupsOf' accepting a first argument of type 'umbraco.NodeFactory.Nodes' could be found (are you missing a using directive or an assembly reference?)
Code below:
Edit: Unsure why half my code displays as commented out :S
Thanks,
Sam
:)
is working on a reply...