Show / Hide Table of Contents

Class IdentitySettingNames.User

Inheritance
object
IdentitySettingNames.User
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity.Settings
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public static class IdentitySettingNames.User

Fields

IsEmailUpdateEnabled

Declaration
public const string IsEmailUpdateEnabled = "Abp.Identity.User.IsEmailUpdateEnabled"
Field Value
Type Description
string

IsUserNameUpdateEnabled

Declaration
public const string IsUserNameUpdateEnabled = "Abp.Identity.User.IsUserNameUpdateEnabled"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform