DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AccountOptions

    Represents the account-related configuration options.

    Inheritance
    object
    AccountOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Configuration
    Assembly: DataWeb.Core.dll
    Syntax
    public class AccountOptions

    Properties

    IsEmailCheck

    Gets or sets a value indicating whether the email check is enabled.

    Declaration
    public bool IsEmailCheck { get; set; }
    Property Value
    Type Description
    bool

    IsPassword

    Gets or sets a value indicating whether the password is required.

    Declaration
    public bool IsPassword { get; set; }
    Property Value
    Type Description
    bool

    IsPasswordCheck

    Gets or sets a value indicating whether the password check is enabled.

    Declaration
    public bool IsPasswordCheck { get; set; }
    Property Value
    Type Description
    bool

    IsRequireConfirmedEmail

    Gets or sets a value indicating whether a confirmed email is required.

    Declaration
    public bool IsRequireConfirmedEmail { get; set; }
    Property Value
    Type Description
    bool

    IsUserEditable

    Gets or sets a value indicating whether the user is editable.

    Declaration
    public bool IsUserEditable { get; set; }
    Property Value
    Type Description
    bool

    IsUserName

    Gets or sets a value indicating whether the user name is required.

    Declaration
    public bool IsUserName { get; set; }
    Property Value
    Type Description
    bool

    RegisterLocation

    Gets or sets the registration location.

    Declaration
    public string RegisterLocation { get; set; }
    Property Value
    Type Description
    string

    Roles

    Gets or sets the default roles for a new user.

    Declaration
    public string[] Roles { get; set; }
    Property Value
    Type Description
    string[]
    In this article
    Back to top Generated by DocFX