Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentDataIntegrityReportEntry

    Inheritance
    System.Object
    Namespace: Umbraco.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentDataIntegrityReportEntry

    Constructors

    View Source

    ContentDataIntegrityReportEntry(ContentDataIntegrityReport.IssueType)

    Declaration
    public ContentDataIntegrityReportEntry(ContentDataIntegrityReport.IssueType issueType)
    Parameters
    Type Name Description
    ContentDataIntegrityReport.IssueType issueType

    Properties

    View Source

    Fixed

    Declaration
    public bool Fixed { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    IssueType

    Declaration
    public ContentDataIntegrityReport.IssueType IssueType { get; }
    Property Value
    Type Description
    ContentDataIntegrityReport.IssueType
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentDataIntegrityReportEntry(ContentDataIntegrityReport.IssueType)
    • Properties
      • Fixed
      • IssueType
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX