Show / Hide Table of Contents

Class AccountLockOrUnlockedDetails

Unlocked/locked account after failed sign in attempts.

Inheritance
System.Object
AccountLockOrUnlockedDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AccountLockOrUnlockedDetails

Constructors

| Improve this Doc View Source

AccountLockOrUnlockedDetails(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

| Improve this Doc View Source

NewValue

The new account status.

Declaration
public AccountState NewValue { get; protected set; }
Property Value
Type Description
AccountState
| Improve this Doc View Source

PreviousValue

The previous account status.

Declaration
public AccountState PreviousValue { get; protected set; }
Property Value
Type Description
AccountState
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AccountLockOrUnlockedDetails(AccountState, AccountState)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX