Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyValidationResponseModel

    Represents a model containing the results of validating a content property.

    Inheritance
    object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Content
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class PropertyValidationResponseModel

    Constructors

    View Source

    PropertyValidationResponseModel()

    Declaration
    public PropertyValidationResponseModel()

    Properties

    View Source

    Alias

    Gets or sets the alias of the property for which the validation response applies.

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

    Culture

    Gets or sets the culture associated with the property validation response.

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

    Messages

    Gets or sets the collection of validation messages associated with the property.

    Declaration
    public string[] Messages { get; set; }
    Property Value
    Type Description
    string[]
    View Source

    Segment

    Gets or sets the segment associated with the property validation response.

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