Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberTypePropertyTypeVisibility

    Specifies the visibility options available for a property type within a member type.

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

    Constructors

    View Source

    MemberTypePropertyTypeVisibility()

    Declaration
    public MemberTypePropertyTypeVisibility()

    Properties

    View Source

    MemberCanEdit

    Gets or sets a value indicating whether the member can edit this property type.

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

    MemberCanView

    Gets or sets a value indicating whether a member can view this property type.

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