Get cached content in RecurringJob
s
I have created a job that needs to get all pages of x type. Problem is that i doesnt get a umbracoContext in my service. How do you recommend doing this? The site uses Umbraco 10. 1. Reccuring job uses IAccessibilityEventsService.GetEventListPages() 2. IAccessibilityEventsService.GetEventListPages() should get all pages if type EventListPage. 3. Do stuff in the job.
4 Views