Class ContentDataIntegrityReportEntry
Represents a single entry in a content data integrity report.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public class ContentDataIntegrityReportEntry
Constructors
View SourceContentDataIntegrityReportEntry(IssueType)
Initializes a new instance of the ContentDataIntegrityReportEntry class.
Declaration
public ContentDataIntegrityReportEntry(ContentDataIntegrityReport.IssueType issueType)
Parameters
| Type | Name | Description |
|---|---|---|
| ContentDataIntegrityReport.IssueType | issueType | The type of data integrity issue detected. |
Properties
View SourceFixed
Gets or sets a value indicating whether the issue has been fixed.
Declaration
public bool Fixed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IssueType
Gets the type of data integrity issue that was detected.
Declaration
public ContentDataIntegrityReport.IssueType IssueType { get; }
Property Value
| Type | Description |
|---|---|
| ContentDataIntegrityReport.IssueType |