Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberEditingModelBase

    Inheritance
    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
    string
    View Source

    IsApproved

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

    Roles

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

    Username

    Declaration
    public string Username { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX