Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberTypeConfigurationResponseModel

    Represents a response model containing configuration details for a member type.

    Inheritance
    object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.MemberType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class MemberTypeConfigurationResponseModel

    Constructors

    View Source

    MemberTypeConfigurationResponseModel()

    Declaration
    public MemberTypeConfigurationResponseModel()

    Properties

    View Source

    ReservedFieldNames

    Gets or sets the collection of field names that are reserved and cannot be used in the member type configuration.

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