Table of Contents

Class UserPasswordRecoverViewModel

Namespace
Dynamicweb.Users.Frontend.RecoverPasswordModule
Assembly
Dynamicweb.Users.dll

Represents the rendering context for password recovery.

public sealed class UserPasswordRecoverViewModel : ViewModelBase
Inheritance
UserPasswordRecoverViewModel
Inherited Members

Properties

RecoverPasswordResult

Result type that determines the message returned to the user

public RecoverPasswordResultType RecoverPasswordResult { get; set; }

Property Value

RecoverPasswordResultType

See Also

To top