Any idea why using GetChildren of ContentRepository works but not FindPagesWithCriteria....?
Also.... a second question: the pages returned by the ContentProvider get displayed in the tree structure in CMS but when clicking show 'All Properties' it will load forever... any idea why?
The reason why we are trying to implement the ContentProvider is because we have entities from an external Database that we want to route to an Episerver ContentPage and trying a partial router didn't work because our entities don't inherit from IContent. That's why we're trying to implement the custom ContentProvider: to bring the entities from the external DB as Episerver pages which we will route.
Hi there,
Following the tutorial here https://world.episerver.com/blogs/Per-Magne-Skuseth/Dates/2014/11/content-providers-101--part-i-introduction-initialization-ui--identity-mapping/ we are trying to implement a custom ContentProvider. Posted this as a question on the tutorial page but thought to make a new post as well:
The issue is we can't get the ContentProviderResult using DataFactory.FindPagesWithCriteria.
Snippet