Class AvailableContentTypeCompositionResponseModelBase
Base response model for an available content type composition.
Namespace: Umbraco.Cms.Api.Management.ViewModels.ContentType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public abstract class AvailableContentTypeCompositionResponseModelBase : ContentTypeCompositionResponseModelBase
Constructors
View SourceAvailableContentTypeCompositionResponseModelBase()
Declaration
protected AvailableContentTypeCompositionResponseModelBase()
Properties
View SourceFolderPath
Declaration
public IEnumerable<string> FolderPath { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<string> |
Remarks
Empty when located at root.
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 |