Search Results for

    Show / Hide Table of Contents
    View Source

    Class AvailableContentTypeCompositionResponseModelBase

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

    Properties

    View Source

    FolderPath

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

    Empty when located at root.

    View Source

    IsCompatible

    Declaration
    public bool IsCompatible { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • FolderPath
      • IsCompatible
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX