Search Results for

    Show / Hide Table of Contents
    View Source

    Class AllowedContentType

    Represents an allowed content type in the content type management API view model.

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

    Constructors

    View Source

    AllowedContentType()

    Declaration
    protected AllowedContentType()

    Properties

    View Source

    Description

    Gets or sets the description of the allowed content type.

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

    Icon

    Gets or sets the icon associated with the allowed content type.

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

    Id

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

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

    Name

    Gets or sets the name of the allowed content type.

    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