Search Results for

    Show / Hide Table of Contents
    View Source

    Class ComplexEditorValidationResult

    A collection of ComplexEditorElementTypeValidationResult for a complex editor represented by an Element Type

    Inheritance
    System.Object
    System.ComponentModel.DataAnnotations.ValidationResult
    Namespace: Umbraco.Cms.Core.PropertyEditors.Validation
    Assembly: Umbraco.Core.dll
    Syntax
    public class ComplexEditorValidationResult : ValidationResult
    Remarks

    For example, each ComplexEditorValidationResult represents validation results for a row in Nested Content. For a more indepth explanation of how server side validation works with the angular app, see this GitHub PR: https://github.com/umbraco/Umbraco-CMS/pull/8339

    Constructors

    View Source

    ComplexEditorValidationResult()

    Declaration
    public ComplexEditorValidationResult()

    Properties

    View Source

    ValidationResults

    Declaration
    public IList<ComplexEditorElementTypeValidationResult> ValidationResults { get; }
    Property Value
    Type Description
    IList<ComplexEditorElementTypeValidationResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ComplexEditorValidationResult()
    • Properties
      • ValidationResults
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX