Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IContentServiceBase

    Placeholder for sharing logic between the content, media (and member) services TODO: Start sharing the logic!

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IContentServiceBase : IService

    Methods

    View Source

    CheckDataIntegrity(ContentDataIntegrityReportOptions)

    Checks/fixes the data integrity of node paths/levels stored in the database

    Declaration
    ContentDataIntegrityReport CheckDataIntegrity(ContentDataIntegrityReportOptions options)
    Parameters
    Type Name Description
    ContentDataIntegrityReportOptions options
    Returns
    Type Description
    ContentDataIntegrityReport
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CheckDataIntegrity(ContentDataIntegrityReportOptions)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX