Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentDataIntegrityReportEntry

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentDataIntegrityReportEntry

    Constructors

    View Source

    ContentDataIntegrityReportEntry(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
    bool
    View Source

    IssueType

    Declaration
    public ContentDataIntegrityReport.IssueType IssueType { get; }
    Property Value
    Type Description
    ContentDataIntegrityReport.IssueType
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX