Class ExternalDriveBackupEligibilityStatus
External Drive Backup eligibility status
Inheritance
ExternalDriveBackupEligibilityStatus
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ExternalDriveBackupEligibilityStatus
Constructors
View SourceExternalDriveBackupEligibilityStatus()
Initializes a new instance of the ExternalDriveBackupEligibilityStatus class.
Declaration
public ExternalDriveBackupEligibilityStatus()
Properties
View SourceAsExceedLicenseCap
Gets this instance as a ExceedLicenseCap, or null.
Declaration
public ExternalDriveBackupEligibilityStatus.ExceedLicenseCap AsExceedLicenseCap { get; }
Property Value
| Type | Description |
|---|---|
| ExternalDriveBackupEligibilityStatus.ExceedLicenseCap |
AsOther
Gets this instance as a Other, or null.
Declaration
public ExternalDriveBackupEligibilityStatus.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ExternalDriveBackupEligibilityStatus.Other |
AsSkip
Gets this instance as a Skip, or null.
Declaration
public ExternalDriveBackupEligibilityStatus.Skip AsSkip { get; }
Property Value
| Type | Description |
|---|---|
| ExternalDriveBackupEligibilityStatus.Skip |
AsSuccess
Gets this instance as a Success, or null.
Declaration
public ExternalDriveBackupEligibilityStatus.Success AsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| ExternalDriveBackupEligibilityStatus.Success |
IsExceedLicenseCap
Gets a value indicating whether this instance is ExceedLicenseCap
Declaration
public bool IsExceedLicenseCap { 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 |
IsSkip
Gets a value indicating whether this instance is Skip
Declaration
public bool IsSkip { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSuccess
Gets a value indicating whether this instance is Success
Declaration
public bool IsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| bool |