Class CreateContentTypeWithParentRequestModelBase<TPropertyType, TPropertyTypeContainer>
Inheritance
System.Object
ContentTypeModelBase<TPropertyType, TPropertyTypeContainer>
CreateContentTypeRequestModelBase<TPropertyType, TPropertyTypeContainer>
Namespace: Umbraco.Cms.Api.Management.ViewModels.ContentType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public abstract class CreateContentTypeWithParentRequestModelBase<TPropertyType, TPropertyTypeContainer> : CreateContentTypeRequestModelBase<TPropertyType, TPropertyTypeContainer> where TPropertyType : PropertyTypeModelBase where TPropertyTypeContainer : PropertyTypeContainerModelBase
Type Parameters
| Name | Description |
|---|---|
| TPropertyType | |
| TPropertyTypeContainer |
Properties
View SourceParent
Declaration
public ReferenceByIdModel Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| ReferenceByIdModel |