Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberPropertyTypeBasic

    Basic member property type

    Inheritance
    System.Object
    PropertyTypeBasic
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "contentType", Namespace = "")]
    public class MemberPropertyTypeBasic : PropertyTypeBasic

    Properties

    View Source

    IsSensitiveData

    Declaration
    [DataMember(Name = "isSensitiveData")]
    public bool IsSensitiveData { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    MemberCanEditProperty

    Declaration
    [DataMember(Name = "memberCanEdit")]
    public bool MemberCanEditProperty { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    MemberCanViewProperty

    Declaration
    [DataMember(Name = "showOnMemberProfile")]
    public bool MemberCanViewProperty { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • IsSensitiveData
      • MemberCanEditProperty
      • MemberCanViewProperty
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX