Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserCreateModel

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

    Properties

    View Source

    Email

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

    Id

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

    Kind

    Declaration
    public UserKind Kind { get; set; }
    Property Value
    Type Description
    UserKind
    View Source

    Name

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

    UserGroupKeys

    Declaration
    public ISet<Guid> UserGroupKeys { get; set; }
    Property Value
    Type Description
    ISet<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
      • Id
      • Kind
      • Name
      • UserGroupKeys
      • UserName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX