View Source
Class MemberTypePropertyProfileAccess
Used to track the property types that are visible/editable on member profiles
Assembly: Umbraco.Core.dll
Syntax
public class MemberTypePropertyProfileAccess
Constructors
View Source
MemberTypePropertyProfileAccess(bool, bool, bool)
Declaration
public MemberTypePropertyProfileAccess(bool isVisible, bool isEditable, bool isSenstive)
Parameters
| Type |
Name |
Description |
| bool |
isVisible |
|
| bool |
isEditable |
|
| bool |
isSenstive |
|
Properties
View Source
IsEditable
Declaration
public bool IsEditable { get; set; }
Property Value
View Source
IsSensitive
Declaration
public bool IsSensitive { get; set; }
Property Value
View Source
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value