Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Sample implementation of the event system in CMS that uses a database table to route events

License

Notifications You must be signed in to change notification settings

bjuris/EPiServer.Samples.DatabaseEvents

Repository files navigation

EPiServer.Samples.DatabaseEvents

Sample implementation of the event system in CMS that uses a database table to route events.

Download code and compile, run Database.sql to get the table in place. Then add configuration to EPiServerFramework.config:

  <event defaultProvider="db">
    <providers>
      <clear/>
      <add name="db" type="EPiServer.Samples.DatabaseEvents.DbEventProvider, EPiServer.Samples.DatabaseEvents"/>
    </providers>
  </event>

About

Sample implementation of the event system in CMS that uses a database table to route events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages