Dropbox .NET SDK

Class ExternalDriveBackupStatusChangedDetails

Modified external drive backup.

Inheritance
object
ExternalDriveBackupStatusChangedDetails
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 ExternalDriveBackupStatusChangedDetails

Constructors

View Source

ExternalDriveBackupStatusChangedDetails(DesktopDeviceSessionLogInfo, ExternalDriveBackupStatus, ExternalDriveBackupStatus)

Initializes a new instance of the ExternalDriveBackupStatusChangedDetails class.

Declaration
public ExternalDriveBackupStatusChangedDetails(DesktopDeviceSessionLogInfo desktopDeviceSessionInfo, ExternalDriveBackupStatus previousValue, ExternalDriveBackupStatus newValue)
Parameters
Type Name Description
DesktopDeviceSessionLogInfo desktopDeviceSessionInfo

Device's session logged information.

ExternalDriveBackupStatus previousValue

Previous status of this external drive backup.

ExternalDriveBackupStatus newValue

Next status of this external drive backup.

Properties

View Source

DesktopDeviceSessionInfo

Device's session logged information.

Declaration
public DesktopDeviceSessionLogInfo DesktopDeviceSessionInfo { get; protected set; }
Property Value
Type Description
DesktopDeviceSessionLogInfo
View Source

NewValue

Next status of this external drive backup.

Declaration
public ExternalDriveBackupStatus NewValue { get; protected set; }
Property Value
Type Description
ExternalDriveBackupStatus
View Source

PreviousValue

Previous status of this external drive backup.

Declaration
public ExternalDriveBackupStatus PreviousValue { get; protected set; }
Property Value
Type Description
ExternalDriveBackupStatus
  • View Source
In this article
Back to top Dropbox .NET SDK