Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateContentTypeRequestModelBase<TPropertyType, TPropertyTypeContainer>

    Serves as the base class for request models used to create content types, parameterized by property type and property container type.

    Inheritance
    object
    ContentTypeModelBase<TPropertyType, TPropertyTypeContainer>
    Namespace: Umbraco.Cms.Api.Management.ViewModels.ContentType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public abstract class CreateContentTypeRequestModelBase<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

    CreateContentTypeRequestModelBase()

    Declaration
    protected CreateContentTypeRequestModelBase()

    Properties

    View Source

    Id

    Gets or sets the unique identifier of 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