Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    CreateMemberTypeRequestModel()

    Declaration
    public CreateMemberTypeRequestModel()

    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