Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserUpdateModel

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class UserUpdateModel

    Properties

    View Source

    ContentStartNodeKeys

    Declaration
    public ISet<Guid> ContentStartNodeKeys { get; set; }
    Property Value
    Type Description
    ISet<Guid>
    View Source

    Email

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

    ExistingUserKey

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

    HasContentRootAccess

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

    HasMediaRootAccess

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

    LanguageIsoCode

    Declaration
    public string LanguageIsoCode { get; set; }
    Property Value
    Type Description
    string
    View Source

    MediaStartNodeKeys

    Declaration
    public ISet<Guid> MediaStartNodeKeys { get; set; }
    Property Value
    Type Description
    ISet<Guid>
    View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    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
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX