Class ChangePasswordType
Different methods the user may use to change password
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class ChangePasswordType : Enum
Fields
0: The user can change password by triggering a change password email.
Declaration
public const ChangePasswordType Email
Field Value
Type | Description |
---|---|
ChangePasswordType |
Password
1: The user can change password by providing a new password
Declaration
public const ChangePasswordType Password
Field Value
Type | Description |
---|---|
ChangePasswordType |
value__
Different methods the user may use to change password
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)