Skip to content

Instantly share code, notes, and snippets.

View john-mckillip's full-sized avatar
🤖
Back to the future too.

John McKillip john-mckillip

🤖
Back to the future too.
View GitHub Profile
@john-mckillip
john-mckillip / IndexNewsFeedItems.cs
Last active September 17, 2018 21:49
An Episerver scheduled job that pulls news items from a feed and adds them to an Episerver Find index
namespace YourNamespace.Business.ScheduledJobs
{
using System;
using System.Linq;
using EPiServer.DataAbstraction;
using EPiServer.Find;
using EPiServer.PlugIn;
using EPiServer.Scheduler;
[ScheduledPlugIn(