Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeCompositionResponseModelBase

    Serves as the base class for response models representing content type compositions in the API.

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

    Constructors

    View Source

    ContentTypeCompositionResponseModelBase()

    Declaration
    protected ContentTypeCompositionResponseModelBase()

    Properties

    View Source

    Icon

    Gets or sets the icon representing the content type composition.

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

    Id

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

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Name

    Gets or sets the name of the content type composition.

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