Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberItemResponseModel

    Represents a response model containing details about a member item returned by the Umbraco Management API.

    Inheritance
    object
    ItemResponseModelBase
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Member.Item
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class MemberItemResponseModel : ItemResponseModelBase, IHasFlags

    Constructors

    View Source

    MemberItemResponseModel()

    Declaration
    public MemberItemResponseModel()

    Properties

    View Source

    Kind

    Gets or sets the type of member represented by this model.

    Declaration
    public MemberKind Kind { get; set; }
    Property Value
    Type Description
    MemberKind
    View Source

    MemberType

    Gets or sets the reference to the member type associated with this member.

    Declaration
    public MemberTypeReferenceResponseModel MemberType { get; set; }
    Property Value
    Type Description
    MemberTypeReferenceResponseModel
    View Source

    Variants

    Gets or sets the collection of variant items for the member.

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