Show / Hide Table of Contents

Class AccountCaptureAvailability

The account capture availability object

Inheritance
System.Object
AccountCaptureAvailability
AccountCaptureAvailability.Available
AccountCaptureAvailability.Other
AccountCaptureAvailability.Unavailable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AccountCaptureAvailability

Constructors

| Improve this Doc View Source

AccountCaptureAvailability()

Initializes a new instance of the AccountCaptureAvailability class.

Declaration
public AccountCaptureAvailability()

Properties

| Improve this Doc View Source

AsAvailable

Gets this instance as a Available, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsUnavailable

Gets this instance as a Unavailable, or null.

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

IsAvailable

Gets a value indicating whether this instance is Available

Declaration
public bool IsAvailable { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnavailable

Gets a value indicating whether this instance is Unavailable

Declaration
public bool IsUnavailable { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AccountCaptureAvailability()
  • Properties
    • AsAvailable
    • AsOther
    • AsUnavailable
    • IsAvailable
    • IsOther
    • IsUnavailable
Back to top Generated by DocFX