Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberBasic

    Used for basic member information

    Inheritance
    System.Object
    EntityBasic
    ContentItemBasic
    ContentItemBasic<ContentPropertyBasic>
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public class MemberBasic : ContentItemBasic<ContentPropertyBasic>, IContentProperties<ContentPropertyBasic>

    Properties

    View Source

    Email

    Declaration
    [DataMember(Name = "email")]
    public string Email { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Properties

    Declaration
    [DataMember(Name = "properties")]
    public override IEnumerable<ContentPropertyBasic> Properties { get; set; }
    Property Value
    Type Description
    IEnumerable<ContentPropertyBasic>
    View Source

    Username

    Declaration
    [DataMember(Name = "username")]
    public string Username { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Email
      • Properties
      • Username
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX