Class MemberTypeResponseModel
Represents a response model containing data for a member type returned by the management API.
Inheritance
object
ContentTypeModelBase<MemberTypePropertyTypeResponseModel, MemberTypePropertyTypeContainerResponseModel>
ContentTypeResponseModelBase<MemberTypePropertyTypeResponseModel, MemberTypePropertyTypeContainerResponseModel>
Namespace: Umbraco.Cms.Api.Management.ViewModels.MemberType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class MemberTypeResponseModel : ContentTypeResponseModelBase<MemberTypePropertyTypeResponseModel, MemberTypePropertyTypeContainerResponseModel>
Constructors
View SourceMemberTypeResponseModel()
Declaration
public MemberTypeResponseModel()
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> |