• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserCreationResult

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

    Properties

    View Source

    CreatedUser

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

    InitialPassword

    Declaration
    public string InitialPassword { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • CreatedUser
      • InitialPassword
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX