Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentValidationResult

    Represents the result of content validation containing any validation errors.

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

    Constructors

    View Source

    ContentValidationResult()

    Declaration
    public ContentValidationResult()

    Properties

    View Source

    ValidationErrors

    Gets the collection of property validation errors that occurred during validation.

    Declaration
    public IEnumerable<PropertyValidationError> ValidationErrors { get; init; }
    Property Value
    Type Description
    IEnumerable<PropertyValidationError>
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX