Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypePropertySchemaInfo

    Represents the subset of content type property information that is needed for schema generation.

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

    Constructors

    View Source

    ContentTypePropertySchemaInfo()

    Declaration
    public ContentTypePropertySchemaInfo()

    Properties

    View Source

    Alias

    Gets the property alias.

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

    DeliveryApiClrType

    Gets the CLR type used to represent this property in the Delivery API.

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

    EditorAlias

    Gets the property editor alias.

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

    Inherited

    Gets a value indicating whether this property is inherited from a composition.

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