Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserPresentationBase

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.User
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class UserPresentationBase

    Properties

    View Source

    Email

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

    Name

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

    UserGroupIds

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