Show / Hide Table of Contents

Class ExternalDriveBackupStatus

External Drive Backup status

Inheritance
System.Object
ExternalDriveBackupStatus
ExternalDriveBackupStatus.Broken
ExternalDriveBackupStatus.Created
ExternalDriveBackupStatus.CreatedOrBroken
ExternalDriveBackupStatus.Deleted
ExternalDriveBackupStatus.Empty
ExternalDriveBackupStatus.Other
ExternalDriveBackupStatus.Unknown
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 ExternalDriveBackupStatus

Constructors

| Improve this Doc View Source

ExternalDriveBackupStatus()

Initializes a new instance of the ExternalDriveBackupStatus class.

Declaration
public ExternalDriveBackupStatus()

Properties

| Improve this Doc View Source

AsBroken

Gets this instance as a Broken, or null.

Declaration
public ExternalDriveBackupStatus.Broken AsBroken { get; }
Property Value
Type Description
ExternalDriveBackupStatus.Broken
| Improve this Doc View Source

AsCreated

Gets this instance as a Created, or null.

Declaration
public ExternalDriveBackupStatus.Created AsCreated { get; }
Property Value
Type Description
ExternalDriveBackupStatus.Created
| Improve this Doc View Source

AsCreatedOrBroken

Gets this instance as a CreatedOrBroken, or null.

Declaration
public ExternalDriveBackupStatus.CreatedOrBroken AsCreatedOrBroken { get; }
Property Value
Type Description
ExternalDriveBackupStatus.CreatedOrBroken
| Improve this Doc View Source

AsDeleted

Gets this instance as a Deleted, or null.

Declaration
public ExternalDriveBackupStatus.Deleted AsDeleted { get; }
Property Value
Type Description
ExternalDriveBackupStatus.Deleted
| Improve this Doc View Source

AsEmpty

Gets this instance as a Empty, or null.

Declaration
public ExternalDriveBackupStatus.Empty AsEmpty { get; }
Property Value
Type Description
ExternalDriveBackupStatus.Empty
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsUnknown

Gets this instance as a Unknown, or null.

Declaration
public ExternalDriveBackupStatus.Unknown AsUnknown { get; }
Property Value
Type Description
ExternalDriveBackupStatus.Unknown
| Improve this Doc View Source

IsBroken

Gets a value indicating whether this instance is Broken

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

IsCreated

Gets a value indicating whether this instance is Created

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

IsCreatedOrBroken

Gets a value indicating whether this instance is CreatedOrBroken

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

IsDeleted

Gets a value indicating whether this instance is Deleted

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

IsEmpty

Gets a value indicating whether this instance is Empty

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

IsUnknown

Gets a value indicating whether this instance is Unknown

Declaration
public bool IsUnknown { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ExternalDriveBackupStatus()
  • Properties
    • AsBroken
    • AsCreated
    • AsCreatedOrBroken
    • AsDeleted
    • AsEmpty
    • AsOther
    • AsUnknown
    • IsBroken
    • IsCreated
    • IsCreatedOrBroken
    • IsDeleted
    • IsEmpty
    • IsOther
    • IsUnknown
Back to top Generated by DocFX