Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeCollectionReferenceResponseModelBase

    Serves as the base response model for content type collection references.

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

    Constructors

    View Source

    ContentTypeCollectionReferenceResponseModelBase()

    Declaration
    protected ContentTypeCollectionReferenceResponseModelBase()

    Properties

    View Source

    Alias

    Gets or sets the alias of the content type.

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

    Collection

    Gets or sets a reference to the content type collection by its identifier. Returns null if no collection is associated.

    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.

    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