Table of Contents

Class CreateUserViewModel

Namespace
Dynamicweb.Users.Frontend.CreateUser
Assembly
Dynamicweb.Users.dll
public sealed class CreateUserViewModel : ViewModelBase
Inheritance
CreateUserViewModel
Inherited Members

Properties

Gets or sets the link to approve the new user

public string? ApprovalLink { get; set; }

Property Value

string

Email

Gets or sets the email

public string? Email { get; set; }

Property Value

string

Password

Gets or sets the password

[SensitiveData]
public string? Password { get; set; }

Property Value

string

Result

Gets or sets the create user result.

public CreateUserResultType Result { get; set; }

Property Value

CreateUserResultType

UserName

Gets or sets the username

public string? UserName { get; set; }

Property Value

string
To top