Search Results for

    Show / Hide Table of Contents
    View Source

    Class IdentityCreationResult

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

    Properties

    View Source

    ErrorMessage

    Declaration
    public string? ErrorMessage { get; init; }
    Property Value
    Type Description
    string
    View Source

    InitialPassword

    Declaration
    public string? InitialPassword { get; init; }
    Property Value
    Type Description
    string
    View Source

    Succeded

    Declaration
    public bool Succeded { get; init; }
    Property Value
    Type Description
    bool

    Methods

    View Source

    Fail(string)

    Declaration
    public static IdentityCreationResult Fail(string errorMessage)
    Parameters
    Type Name Description
    string errorMessage
    Returns
    Type Description
    IdentityCreationResult
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX