Class ContentTypeResponseModelBase<TPropertyType, TPropertyTypeContainer>
Serves as the base response model for content types, allowing customization of property types and their containers through generics.
Namespace: Umbraco.Cms.Api.Management.ViewModels.ContentType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public abstract class ContentTypeResponseModelBase<TPropertyType, TPropertyTypeContainer> : ContentTypeModelBase<TPropertyType, TPropertyTypeContainer> where TPropertyType : PropertyTypeModelBase where TPropertyTypeContainer : PropertyTypeContainerModelBase
Type Parameters
| Name | Description |
|---|---|
| TPropertyType | The type representing a property within the content type. |
| TPropertyTypeContainer | The type representing a container for properties within the content type. |
Constructors
View SourceContentTypeResponseModelBase()
Declaration
protected ContentTypeResponseModelBase()
Properties
View SourceId
Gets or sets the unique identifier for the content type.
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |