Dropbox .NET SDK

Class AccountCaptureAvailability

The account capture availability object

Inheritance
object
AccountCaptureAvailability
AccountCaptureAvailability.Available
AccountCaptureAvailability.Other
AccountCaptureAvailability.Unavailable
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 AccountCaptureAvailability

Constructors

View Source

AccountCaptureAvailability()

Initializes a new instance of the AccountCaptureAvailability class.

Declaration
public AccountCaptureAvailability()

Properties

View Source

AsAvailable

Gets this instance as a Available, or null.

Declaration
public AccountCaptureAvailability.Available AsAvailable { get; }
Property Value
Type Description
AccountCaptureAvailability.Available
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public AccountCaptureAvailability.Other AsOther { get; }
Property Value
Type Description
AccountCaptureAvailability.Other
View Source

AsUnavailable

Gets this instance as a Unavailable, or null.

Declaration
public AccountCaptureAvailability.Unavailable AsUnavailable { get; }
Property Value
Type Description
AccountCaptureAvailability.Unavailable
View Source

IsAvailable

Gets a value indicating whether this instance is Available

Declaration
public bool IsAvailable { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsUnavailable

Gets a value indicating whether this instance is Unavailable

Declaration
public bool IsUnavailable { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK