Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentDataIntegrityReport

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

    Constructors

    View Source

    ContentDataIntegrityReport(IReadOnlyDictionary<Int32, ContentDataIntegrityReportEntry>)

    Declaration
    public ContentDataIntegrityReport(IReadOnlyDictionary<int, ContentDataIntegrityReportEntry> detectedIssues)
    Parameters
    Type Name Description
    System.Collections.Generic.IReadOnlyDictionary<System.Int32, ContentDataIntegrityReportEntry> detectedIssues

    Properties

    View Source

    DetectedIssues

    Declaration
    public IReadOnlyDictionary<int, ContentDataIntegrityReportEntry> DetectedIssues { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyDictionary<System.Int32, ContentDataIntegrityReportEntry>
    View Source

    FixedIssues

    Declaration
    public IReadOnlyDictionary<int, ContentDataIntegrityReportEntry> FixedIssues { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyDictionary<System.Int32, ContentDataIntegrityReportEntry>
    View Source

    Ok

    Declaration
    public bool Ok { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentDataIntegrityReport(IReadOnlyDictionary<Int32, ContentDataIntegrityReportEntry>)
    • Properties
      • DetectedIssues
      • FixedIssues
      • Ok
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX