Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeResponseModelBase<TPropertyType, TPropertyTypeContainer>

    Serves as the base response model for content types, allowing customization of property types and their containers through generics.

    Inheritance
    object
    ContentTypeModelBase<TPropertyType, TPropertyTypeContainer>
    Namespace: Umbraco.Cms.Api.Management.ViewModels.ContentType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public abstract class ContentTypeResponseModelBase<TPropertyType, TPropertyTypeContainer> : ContentTypeModelBase<TPropertyType, TPropertyTypeContainer> where TPropertyType : PropertyTypeModelBase where TPropertyTypeContainer : PropertyTypeContainerModelBase
    Type Parameters
    Name Description
    TPropertyType

    The type representing a property within the content type.

    TPropertyTypeContainer

    The type representing a container for properties within the content type.

    Constructors

    View Source

    ContentTypeResponseModelBase()

    Declaration
    protected ContentTypeResponseModelBase()

    Properties

    View Source

    Id

    Gets or sets the unique identifier for the content type.

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