View Source
Class ContentDataIntegrityReport
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ContentDataIntegrityReport
Constructors
View Source
ContentDataIntegrityReport(IReadOnlyDictionary<Int32, ContentDataIntegrityReportEntry>)
Declaration
public ContentDataIntegrityReport(IReadOnlyDictionary<int, ContentDataIntegrityReportEntry> detectedIssues)
Parameters
Properties
View Source
DetectedIssues
Declaration
public IReadOnlyDictionary<int, ContentDataIntegrityReportEntry> DetectedIssues { get; }
Property Value
View Source
FixedIssues
Declaration
public IReadOnlyDictionary<int, ContentDataIntegrityReportEntry> FixedIssues { get; }
Property Value
View Source
Ok
Declaration
Property Value
Type |
Description |
System.Boolean |
|