Dropbox .NET SDK

Class AccountLockOrUnlockedDetails

Unlocked/locked account after failed sign in attempts.

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

Constructors

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

View Source

NewValue

The new account status.

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

PreviousValue

The previous account status.

Declaration
public AccountState PreviousValue { get; protected set; }
Property Value
Type Description
AccountState
  • View Source
In this article
Back to top Dropbox .NET SDK