Class AccountCaptureAvailability
The account capture availability object
Inheritance
AccountCaptureAvailability
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AccountCaptureAvailability
Constructors
View SourceAccountCaptureAvailability()
Initializes a new instance of the AccountCaptureAvailability class.
Declaration
public AccountCaptureAvailability()
Properties
View SourceAsAvailable
Gets this instance as a Available, or null.
Declaration
public AccountCaptureAvailability.Available AsAvailable { get; }
Property Value
| Type | Description |
|---|---|
| AccountCaptureAvailability.Available |
AsOther
Gets this instance as a Other, or null.
Declaration
public AccountCaptureAvailability.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| AccountCaptureAvailability.Other |
AsUnavailable
Gets this instance as a Unavailable, or null.
Declaration
public AccountCaptureAvailability.Unavailable AsUnavailable { get; }
Property Value
| Type | Description |
|---|---|
| AccountCaptureAvailability.Unavailable |
IsAvailable
Gets a value indicating whether this instance is Available
Declaration
public bool IsAvailable { 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 |
IsUnavailable
Gets a value indicating whether this instance is Unavailable
Declaration
public bool IsUnavailable { get; }
Property Value
| Type | Description |
|---|---|
| bool |