View Source
Class MemberDisplay
A model representing a member to be displayed in the back office
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class MemberDisplay : ListViewAwareContentItemDisplayBase<ContentPropertyDisplay>, IContentProperties<ContentPropertyDisplay>, ITabbedContent<ContentPropertyDisplay>, INotificationModel, IErrorModel
Constructors
View Source
MemberDisplay()
Declaration
Properties
View Source
ContentApps
Declaration
public IEnumerable<ContentApp> ContentApps { get; set; }
Property Value
View Source
ContentType
Declaration
public ContentTypeBasic ContentType { get; set; }
Property Value
View Source
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
MembershipProperties
Declaration
public IEnumerable<ContentPropertyDisplay> MembershipProperties { get; set; }
Property Value
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|