View Source
Class CreateContentTypeRequestModelBase<TPropertyType, TPropertyTypeContainer>
Inheritance
System.Object
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 |
|
TPropertyTypeContainer |
|
Properties
View Source
Id
Declaration
public Guid? Id { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|