Class ContentTypeReferenceResponseModelBase
Serves as the base class for response models that reference content types in the API.
Inheritance
object
Namespace: Umbraco.Cms.Api.Management.ViewModels.ContentType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public abstract class ContentTypeReferenceResponseModelBase
Constructors
View SourceContentTypeReferenceResponseModelBase()
Declaration
protected ContentTypeReferenceResponseModelBase()
Properties
View SourceCollection
Gets or sets a reference to the collection associated with this content type, identified by ID.
Declaration
public ReferenceByIdModel? Collection { get; set; }
Property Value
| Type | Description |
|---|---|
| ReferenceByIdModel |
Icon
Gets or sets the icon associated with the content type.
Declaration
public string Icon { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Gets or sets the unique identifier of the content type reference.
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |