Search Results for

    Show / Hide Table of Contents
    View Source

    Class AvailableContentTypeCompositionResponseModelBase

    Base response model for an available content type composition.

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

    Constructors

    View Source

    AvailableContentTypeCompositionResponseModelBase()

    Declaration
    protected AvailableContentTypeCompositionResponseModelBase()

    Properties

    View Source

    FolderPath

    Declaration
    public IEnumerable<string> FolderPath { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    Remarks

    Empty when located at root.

    View Source

    IsCompatible

    Gets or sets a value indicating whether this content type composition is compatible with the current content type.

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