Class UpdateMemberTypeRequestModel
Represents the data required to update an existing member type in the system.
Inheritance
object
ContentTypeModelBase<UpdateMemberTypePropertyTypeRequestModel, UpdateMemberTypePropertyTypeContainerRequestModel>
UpdateContentTypeRequestModelBase<UpdateMemberTypePropertyTypeRequestModel, UpdateMemberTypePropertyTypeContainerRequestModel>
Namespace: Umbraco.Cms.Api.Management.ViewModels.MemberType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class UpdateMemberTypeRequestModel : UpdateContentTypeRequestModelBase<UpdateMemberTypePropertyTypeRequestModel, UpdateMemberTypePropertyTypeContainerRequestModel>
Constructors
View SourceUpdateMemberTypeRequestModel()
Declaration
public UpdateMemberTypeRequestModel()
Properties
View SourceCompositions
Gets or sets the collection of compositions that are associated with this member type.
Declaration
public IEnumerable<MemberTypeComposition> Compositions { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<MemberTypeComposition> |