Class ExternalDriveBackupEligibilityStatus
External Drive Backup eligibility status
Inheritance
System.Object
ExternalDriveBackupEligibilityStatus
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 SourceExternalDriveBackupEligibilityStatus()
Initializes a new instance of the ExternalDriveBackupEligibilityStatus class.
Declaration
public ExternalDriveBackupEligibilityStatus()
Properties
| Improve this Doc 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 |
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 |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSuccess
Gets a value indicating whether this instance is Success
Declaration
public bool IsSuccess { get; }
Property Value
Type | Description |
---|---|
System.Boolean |