Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberExportModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Membership
    Assembly: Umbraco.Core.dll
    Syntax
    public class MemberExportModel

    Properties

    View Source

    ContentTypeAlias

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

    CreateDate

    Declaration
    public DateTime CreateDate { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    Email

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

    Groups

    Declaration
    public List<string> Groups { get; set; }
    Property Value
    Type Description
    List<System.String>
    View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Key

    Declaration
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Name

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

    Properties

    Declaration
    public List<MemberExportProperty> Properties { get; set; }
    Property Value
    Type Description
    List<MemberExportProperty>
    View Source

    UpdateDate

    Declaration
    public DateTime UpdateDate { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    Username

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