RIP IApplicationEventHandler

This commit is contained in:
Stephan
2016-09-08 18:43:58 +02:00
parent 9fb9472193
commit 091816a2ea
49 changed files with 1499 additions and 2008 deletions

View File

@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using Umbraco.Core.Plugins;
using Umbraco.Core.Services;
using Umbraco.Web.PublishedCache;
@@ -13,6 +14,7 @@ namespace Umbraco.Web.HealthCheck.Checks.DataIntegrity
"XML Data Integrity",
Description = "Checks the integrity of the XML data in Umbraco",
Group = "Data Integrity")]
[HideFromTypeFinder] // only if running the Xml cache! added by XmlCacheComponent!
public class XmlDataIntegrityHealthCheck : HealthCheck
{
private readonly ILocalizedTextService _textService;