Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
In a scheduled job, I'm retrieving content that I've found via Find. When passing an instance of a EPiServer.Find.Cms.IndexableContentReference (that happens to point at a BundleContent) to IContentLoader, it throws an exception telling me it does not exist. This happens even if I say _contentLoader.Get<IContent>(...).
However, if I simply create a new ContentReference(1234) { ProviderName = "CatalogContent" } it works as expected, and I get my content back.
I guess this should be fixed in some way...