Show / Hide Table of Contents

Class ExternalDriveBackupEligibilityStatus

External Drive Backup eligibility status

Inheritance
System.Object
ExternalDriveBackupEligibilityStatus
ExternalDriveBackupEligibilityStatus.ExceedLicenseCap
ExternalDriveBackupEligibilityStatus.Other
ExternalDriveBackupEligibilityStatus.Success
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 ExternalDriveBackupEligibilityStatus

Constructors

| Improve this Doc View Source

ExternalDriveBackupEligibilityStatus()

Initializes a new instance of the ExternalDriveBackupEligibilityStatus class.

Declaration
public ExternalDriveBackupEligibilityStatus()

Properties

| Improve this Doc View Source

AsExceedLicenseCap

Gets this instance as a ExceedLicenseCap, or null.

Declaration
public ExternalDriveBackupEligibilityStatus.ExceedLicenseCap AsExceedLicenseCap { get; }
Property Value
Type Description
ExternalDriveBackupEligibilityStatus.ExceedLicenseCap
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsSuccess

Gets this instance as a Success, or null.

Declaration
public ExternalDriveBackupEligibilityStatus.Success AsSuccess { get; }
Property Value
Type Description
ExternalDriveBackupEligibilityStatus.Success
| Improve this Doc View Source

IsExceedLicenseCap

Gets a value indicating whether this instance is ExceedLicenseCap

Declaration
public bool IsExceedLicenseCap { 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

IsSuccess

Gets a value indicating whether this instance is Success

Declaration
public bool IsSuccess { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ExternalDriveBackupEligibilityStatus()
  • Properties
    • AsExceedLicenseCap
    • AsOther
    • AsSuccess
    • IsExceedLicenseCap
    • IsOther
    • IsSuccess
Back to top Generated by DocFX