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 SourceContentTypeCompositionResponseModelBase()
Declaration
protected ContentTypeCompositionResponseModelBase()
Properties
View SourceIcon
Gets or sets the icon representing the content type composition.
Declaration
public string Icon { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Gets or sets the unique identifier of the content type composition.
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Name
Gets or sets the name of the content type composition.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |