Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyValidationError

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

    Properties

    View Source

    Alias

    Declaration
    public required string Alias { get; set; }
    Property Value
    Type Description
    string
    View Source

    Culture

    Declaration
    public required string? Culture { get; set; }
    Property Value
    Type Description
    string
    View Source

    ErrorMessages

    Declaration
    public required string[] ErrorMessages { get; init; }
    Property Value
    Type Description
    string[]
    View Source

    JsonPath

    Declaration
    public required string JsonPath { get; init; }
    Property Value
    Type Description
    string
    View Source

    Segment

    Declaration
    public required string? Segment { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX