Class AccountLockOrUnlockedDetails
Unlocked/locked account after failed sign in attempts.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AccountLockOrUnlockedDetails
Constructors
View SourceAccountLockOrUnlockedDetails(AccountState, AccountState)
Initializes a new instance of the AccountLockOrUnlockedDetails class.
Declaration
public AccountLockOrUnlockedDetails(AccountState previousValue, AccountState newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| AccountState | previousValue | The previous account status. |
| AccountState | newValue | The new account status. |
Properties
View SourceNewValue
The new account status.
Declaration
public AccountState NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AccountState |
PreviousValue
The previous account status.
Declaration
public AccountState PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AccountState |