Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserUpdateProfileModel

    Represents the model used for updating a current user.

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

    Constructors

    View Source

    UserUpdateProfileModel()

    Declaration
    public UserUpdateProfileModel()

    Properties

    View Source

    LanguageIsoCode

    Gets or sets the ISO code of the user's preferred language.

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