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 SourceMemberTypePropertyTypeVisibility()
Declaration
public MemberTypePropertyTypeVisibility()
Properties
View SourceMemberCanEdit
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 |
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 |