Class ContentTypeCollectionReferenceResponseModelBase
Serves as the base response model for content type collection references.
Inheritance
object
Namespace: Umbraco.Cms.Api.Management.ViewModels.ContentType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public abstract class ContentTypeCollectionReferenceResponseModelBase
Constructors
View SourceContentTypeCollectionReferenceResponseModelBase()
Declaration
protected ContentTypeCollectionReferenceResponseModelBase()
Properties
View SourceAlias
Gets or sets the alias of the content type.
Declaration
public string Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Collection
Gets or sets a reference to the content type collection by its identifier. Returns null if no collection is associated.
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.
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |