C# Class Jumoo.LocalGov.AtoZEventHelper

Manages and Builds an AtoZ Cache, that makes the rendering of a sitewide AtoZ much quicker and nicer.
Inheritance: Umbraco.Core.ApplicationEventHandler
Exibir arquivo Open project: KevinJump/LocalGovStarterKit

Protected Methods

Method Description
ApplicationStarted ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void

Private Methods

Method Description
ContentServicePublishedEvent ( IPublishingStrategy sender, PublishEventArgs e ) : void

Method Details

ApplicationStarted() protected method

protected ApplicationStarted ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void
umbracoApplication Umbraco.Core.UmbracoApplicationBase
applicationContext Umbraco.Core.ApplicationContext
return void