Class ChangePasswordCurrentUserRequestModel
Namespace: Umbraco.Cms.Api.Management.ViewModels.User.Current
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ChangePasswordCurrentUserRequestModel : ChangePasswordUserRequestModel
Properties
View SourceOldPassword
The old password.
Declaration
public string OldPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |