Search Results for

    Show / Hide Table of Contents
    View Source

    Class IdentityCreationResult

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

    Properties

    View Source

    ErrorMessage

    Declaration
    public string ErrorMessage { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    InitialPassword

    Declaration
    public string InitialPassword { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Succeded

    Declaration
    public bool Succeded { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    View Source

    Fail(String)

    Declaration
    public static IdentityCreationResult Fail(string errorMessage)
    Parameters
    Type Name Description
    System.String errorMessage
    Returns
    Type Description
    IdentityCreationResult
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ErrorMessage
      • InitialPassword
      • Succeded
    • Methods
      • Fail(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX