Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberTypePropertyTypeModelBase

    Represents the base model for defining property types on a member type.

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

    Constructors

    View Source

    MemberTypePropertyTypeModelBase()

    Declaration
    protected MemberTypePropertyTypeModelBase()

    Properties

    View Source

    IsSensitive

    Gets or sets a value indicating whether this property type contains sensitive information that requires special handling.

    Declaration
    public bool IsSensitive { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Visibility

    Gets or sets the visibility state (such as public or private) of the member type property.

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