Class AccountState
The account state object
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AccountState
Constructors
View SourceAccountState()
Initializes a new instance of the AccountState class.
Declaration
public AccountState()
Properties
View SourceAsLocked
Gets this instance as a Locked, or null.
Declaration
public AccountState.Locked AsLocked { get; }
Property Value
| Type | Description |
|---|---|
| AccountState.Locked |
AsOther
Gets this instance as a Other, or null.
Declaration
public AccountState.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| AccountState.Other |
AsUnlocked
Gets this instance as a Unlocked, or null.
Declaration
public AccountState.Unlocked AsUnlocked { get; }
Property Value
| Type | Description |
|---|---|
| AccountState.Unlocked |
IsLocked
Gets a value indicating whether this instance is Locked
Declaration
public bool IsLocked { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnlocked
Gets a value indicating whether this instance is Unlocked
Declaration
public bool IsUnlocked { get; }
Property Value
| Type | Description |
|---|---|
| bool |