View Source
Class MemberDisplay
A model representing a member to be displayed in the back office
Inheritance
System.Object
Assembly: Umbraco.Web.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
Type |
Description |
System.Collections.Generic.IEnumerable<ContentApp> |
|
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
MemberProviderFieldMapping
This is used to indicate how to map the membership provider properties to the save model, this mapping
will change if a developer has opted to have custom member property aliases specified in their membership provider config,
or if we are editing a member that is not an Umbraco member (custom provider)
Declaration
[DataMember(Name = "fieldConfig")]
public IDictionary<string, string> MemberProviderFieldMapping { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.String> |
|
View Source
MembershipProperties
Declaration
[DataMember(Name = "membershipProperties")]
public IEnumerable<ContentPropertyDisplay> MembershipProperties { get; set; }
Property Value
View Source
MembershipScenario
Declaration
[DataMember(Name = "membershipScenario")]
public MembershipScenario MembershipScenario { get; set; }
Property Value
View Source
Username
Declaration
[DataMember(Name = "username")]
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|