Dropbox .NET SDK

Class AccountState.Unlocked

The unlocked object

Inheritance
object
AccountState
AccountState.Unlocked
Inherited Members
AccountState.IsLocked
AccountState.AsLocked
AccountState.IsUnlocked
AccountState.AsUnlocked
AccountState.IsOther
AccountState.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public sealed class AccountState.Unlocked : AccountState

Fields

View Source

Instance

A singleton instance of Unlocked

Declaration
public static readonly AccountState.Unlocked Instance
Field Value
Type Description
AccountState.Unlocked
  • View Source
In this article
Back to top Dropbox .NET SDK