Search Results for

    Show / Hide Table of Contents
    View Source

    Class ValueResponseModelBase

    Represents the base model for property value responses including editor information.

    Inheritance
    object
    ValueModelBase
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class ValueResponseModelBase : ValueModelBase, IHasCultureAndSegment

    Constructors

    View Source

    ValueResponseModelBase()

    Declaration
    protected ValueResponseModelBase()

    Properties

    View Source

    EditorAlias

    Gets or sets the alias of the property editor used for this value.

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