Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserInstallData

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.Installer
    Assembly: Umbraco.Core.dll
    Syntax
    public class UserInstallData

    Properties

    View Source

    Email

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    string
    View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    View Source

    Password

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    string
    View Source

    SubscribeToNewsletter

    Declaration
    public bool SubscribeToNewsletter { get; set; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX