Class CreateContentTypeRequestModelBase<TPropertyType, TPropertyTypeContainer>
Serves as the base class for request models used to create content types, parameterized by property type and property container type.
Namespace: Umbraco.Cms.Api.Management.ViewModels.ContentType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public abstract class CreateContentTypeRequestModelBase<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 SourceCreateContentTypeRequestModelBase()
Declaration
protected CreateContentTypeRequestModelBase()
Properties
View SourceId
Gets or sets the unique identifier of the content type.
Declaration
public Guid? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |