Class UserCreationResult
Represents the result of a user creation operation.
Namespace: Umbraco.Cms.Core.Models.Membership
Assembly: Umbraco.Core.dll
Syntax
public class UserCreationResult : ErrorMessageResult
Constructors
View SourceUserCreationResult()
Declaration
public UserCreationResult()
Properties
View SourceCreatedUser
Gets or initializes the newly created user, if the operation succeeded.
Declaration
public IUser? CreatedUser { get; init; }
Property Value
| Type | Description |
|---|---|
| IUser |
InitialPassword
Gets or initializes the initial password generated for the new user.
Declaration
public string? InitialPassword { get; init; }
Property Value
| Type | Description |
|---|---|
| string |