Dropbox .NET SDK

Class ExternalDriveBackupEligibilityStatus

External Drive Backup eligibility status

Inheritance
object
ExternalDriveBackupEligibilityStatus
ExternalDriveBackupEligibilityStatus.ExceedLicenseCap
ExternalDriveBackupEligibilityStatus.Other
ExternalDriveBackupEligibilityStatus.Skip
ExternalDriveBackupEligibilityStatus.Success
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 ExternalDriveBackupEligibilityStatus

Constructors

View Source

ExternalDriveBackupEligibilityStatus()

Initializes a new instance of the ExternalDriveBackupEligibilityStatus class.

Declaration
public ExternalDriveBackupEligibilityStatus()

Properties

View Source

AsExceedLicenseCap

Gets this instance as a ExceedLicenseCap, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsSkip

Gets this instance as a Skip, or null.

Declaration
public ExternalDriveBackupEligibilityStatus.Skip AsSkip { get; }
Property Value
Type Description
ExternalDriveBackupEligibilityStatus.Skip
View Source

AsSuccess

Gets this instance as a Success, or null.

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

IsExceedLicenseCap

Gets a value indicating whether this instance is ExceedLicenseCap

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

IsSkip

Gets a value indicating whether this instance is Skip

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

IsSuccess

Gets a value indicating whether this instance is Success

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