View Source
Class MemberDisplay
A model representing a member to be displayed in the back office
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "content", Namespace = "")]
public class MemberDisplay : ListViewAwareContentItemDisplayBase<ContentPropertyDisplay>, IContentProperties<ContentPropertyDisplay>, ITabbedContent<ContentPropertyDisplay>, INotificationModel, IErrorModel
Constructors
View Source
MemberDisplay()
Declaration
Properties
View Source
ContentApps
Declaration
[DataMember(Name = "apps")]
public IEnumerable<ContentApp> ContentApps { get; set; }
Property Value
View Source
ContentType
Declaration
[DataMember(Name = "contentType")]
public ContentTypeBasic ContentType { get; set; }
Property Value
View Source
Email
Declaration
[DataMember(Name = "email")]
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
IsApproved
Declaration
[DataMember(Name = "isApproved")]
public bool IsApproved { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsLockedOut
Declaration
[DataMember(Name = "isLockedOut")]
public bool IsLockedOut { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
MembershipProperties
Declaration
[DataMember(Name = "membershipProperties")]
public IEnumerable<ContentPropertyDisplay>? MembershipProperties { get; set; }
Property Value
View Source
Username
Declaration
[DataMember(Name = "username")]
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|