Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeReferenceResponseModelBase

    Serves as the base class for response models that reference content types in the API.

    Inheritance
    object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.ContentType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public abstract class ContentTypeReferenceResponseModelBase

    Constructors

    View Source

    ContentTypeReferenceResponseModelBase()

    Declaration
    protected ContentTypeReferenceResponseModelBase()

    Properties

    View Source

    Collection

    Gets or sets a reference to the collection associated with this content type, identified by ID.

    Declaration
    public ReferenceByIdModel? Collection { get; set; }
    Property Value
    Type Description
    ReferenceByIdModel
    View Source

    Icon

    Gets or sets the icon associated with the content type.

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

    Id

    Gets or sets the unique identifier of the content type reference.

    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