Dropbox .NET SDK

Class ExternalDriveBackupStatus

External Drive Backup status

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

Constructors

View Source

ExternalDriveBackupStatus()

Initializes a new instance of the ExternalDriveBackupStatus class.

Declaration
public ExternalDriveBackupStatus()

Properties

View Source

AsBroken

Gets this instance as a Broken, or null.

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

AsCreated

Gets this instance as a Created, or null.

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

AsCreatedOrBroken

Gets this instance as a CreatedOrBroken, or null.

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

AsDeleted

Gets this instance as a Deleted, or null.

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

AsEmpty

Gets this instance as a Empty, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsUnknown

Gets this instance as a Unknown, or null.

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

IsBroken

Gets a value indicating whether this instance is Broken

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

IsCreated

Gets a value indicating whether this instance is Created

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

IsCreatedOrBroken

Gets a value indicating whether this instance is CreatedOrBroken

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

IsDeleted

Gets a value indicating whether this instance is Deleted

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

IsEmpty

Gets a value indicating whether this instance is Empty

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

IsUnknown

Gets a value indicating whether this instance is Unknown

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