Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    MemberTypeResponseModel()

    Declaration
    public MemberTypeResponseModel()

    Properties

    View Source

    Compositions

    Gets or sets the compositions associated with the member type.

    Declaration
    public IEnumerable<MemberTypeComposition> Compositions { get; set; }
    Property Value
    Type Description
    IEnumerable<MemberTypeComposition>
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX