Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberTypePropertyProfileAccess

    Used to track the property types that are visible/editable on member profiles

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class MemberTypePropertyProfileAccess

    Constructors

    View Source

    MemberTypePropertyProfileAccess(Boolean, Boolean, Boolean)

    Declaration
    public MemberTypePropertyProfileAccess(bool isVisible, bool isEditable, bool isSenstive)
    Parameters
    Type Name Description
    System.Boolean isVisible
    System.Boolean isEditable
    System.Boolean isSenstive

    Properties

    View Source

    IsEditable

    Declaration
    public bool IsEditable { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    IsSensitive

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

    IsVisible

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MemberTypePropertyProfileAccess(Boolean, Boolean, Boolean)
    • Properties
      • IsEditable
      • IsSensitive
      • IsVisible
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX