Class CreateMemberTypeRequestModel
Represents the request model for creating a new member type.
Inheritance
object
ContentTypeModelBase<CreateMemberTypePropertyTypeRequestModel, CreateMemberTypePropertyTypeContainerRequestModel>
CreateContentTypeRequestModelBase<CreateMemberTypePropertyTypeRequestModel, CreateMemberTypePropertyTypeContainerRequestModel>
CreateContentTypeWithParentRequestModelBase<CreateMemberTypePropertyTypeRequestModel, CreateMemberTypePropertyTypeContainerRequestModel>
Namespace: Umbraco.Cms.Api.Management.ViewModels.MemberType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class CreateMemberTypeRequestModel : CreateContentTypeWithParentRequestModelBase<CreateMemberTypePropertyTypeRequestModel, CreateMemberTypePropertyTypeContainerRequestModel>
Constructors
View SourceCreateMemberTypeRequestModel()
Declaration
public CreateMemberTypeRequestModel()
Properties
View SourceCompositions
Gets or sets the compositions associated with the member type.
Declaration
public IEnumerable<MemberTypeComposition> Compositions { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<MemberTypeComposition> |