Table of Contents

Class ContentDataHealthProvider

Namespace
Dynamicweb.Content.HealthProviders
Assembly
Dynamicweb.dll

Find bad data in Pages / Paragraphs / Item tables.

[AddInName("Content data")]
[AddInIcon(KnownIcon.Stethoscope)]
[AddInUseParameterGrouping(true)]
[AddInUseParameterOrdering(true)]
public class ContentDataHealthProvider : HealthProviderBase
Inheritance
ContentDataHealthProvider
Inherited Members

Methods

GetCheckList()

Gets list of the supported checks

public override IEnumerable<Check> GetCheckList()

Returns

IEnumerable<Check>

A list of the supported checks

RunCheck(int)

Running a specified check

public override Check RunCheck(int checkId)

Parameters

checkId int

Returns

Check

The check performed and the corresponding results

To top