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 SourceUserUpdateProfileModel()
Declaration
public UserUpdateProfileModel()
Properties
View SourceLanguageIsoCode
Gets or sets the ISO code of the user's preferred language.
Declaration
public required string LanguageIsoCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |