Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    UpdateMemberTypeRequestModel()

    Declaration
    public UpdateMemberTypeRequestModel()

    Properties

    View Source

    Compositions

    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>
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX