Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberEditingModelBase

    Inheritance
    System.Object
    ContentEditingModelBase
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class MemberEditingModelBase : ContentEditingModelBase

    Properties

    View Source

    Email

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    IsApproved

    Declaration
    public bool IsApproved { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Roles

    Declaration
    public IEnumerable<Guid>? Roles { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<Guid>>
    View Source

    Username

    Declaration
    public string Username { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Email
      • IsApproved
      • Roles
      • Username
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX