Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserCreationResult

    Represents the result of a user creation operation.

    Inheritance
    object
    ErrorMessageResult
    Namespace: Umbraco.Cms.Core.Models.Membership
    Assembly: Umbraco.Core.dll
    Syntax
    public class UserCreationResult : ErrorMessageResult

    Constructors

    View Source

    UserCreationResult()

    Declaration
    public UserCreationResult()

    Properties

    View Source

    CreatedUser

    Gets or initializes the newly created user, if the operation succeeded.

    Declaration
    public IUser? CreatedUser { get; init; }
    Property Value
    Type Description
    IUser
    View Source

    InitialPassword

    Gets or initializes the initial password generated for the new user.

    Declaration
    public string? InitialPassword { get; init; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX