Table of Contents

Class AccountPasswordModel

Namespace
Kentico.Xperience.Admin.Base.UIPages
Assembly
Kentico.Xperience.Admin.Base.dll

Class represents submit model of the AccountPassword page.

public sealed class AccountPasswordModel
Inheritance
object
AccountPasswordModel
Extension Methods

Properties

CurrentPassword

Current password.

[RequiredValidationRule]
public string CurrentPassword { get; set; }

Property Value

string

NewPassword

New password.

[RequiredValidationRule]
public string NewPassword { get; set; }

Property Value

string