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 all,
I am in the process of updating an Umbraco 7.15 project to version 8. Our project is using resolvers (ManyObjectsResolverBase). However it seems in umbraco 8 Umbraco.Core.ObjectResolution is removed.
The reference documentation for this appears to only work for Umbraco 7.
Is there any documentation or advise how to approach this?
Hi
In V8 these are called collections.
You can find the docs here : https://our.umbraco.com/Documentation/Implementation/Composing/#example-of-using-ordered-collections-and-adding-types-explicitly
Dave
Thanks a lot! I think I got it solved but there are still so many errors before I can compile again to check :-)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco 8 Resolvers
Hi all,
I am in the process of updating an Umbraco 7.15 project to version 8. Our project is using resolvers (ManyObjectsResolverBase). However it seems in umbraco 8 Umbraco.Core.ObjectResolution is removed.
The reference documentation for this appears to only work for Umbraco 7.
Is there any documentation or advise how to approach this?
Hi
In V8 these are called collections.
You can find the docs here : https://our.umbraco.com/Documentation/Implementation/Composing/#example-of-using-ordered-collections-and-adding-types-explicitly
Dave
Thanks a lot! I think I got it solved but there are still so many errors before I can compile again to check :-)
is working on a reply...