Class ContentDataIntegrityReportOptions
Represents options for configuring content data integrity checks.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public class ContentDataIntegrityReportOptions
Constructors
View SourceContentDataIntegrityReportOptions()
Declaration
public ContentDataIntegrityReportOptions()
Properties
View SourceFixIssues
Set to true to try to automatically resolve data integrity issues
Declaration
public bool FixIssues { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |