Class ExternalDriveBackupStatusChangedDetails
Modified external drive backup.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ExternalDriveBackupStatusChangedDetails
Constructors
View SourceExternalDriveBackupStatusChangedDetails(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 SourceDesktopDeviceSessionInfo
Device's session logged information.
Declaration
public DesktopDeviceSessionLogInfo DesktopDeviceSessionInfo { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DesktopDeviceSessionLogInfo |
NewValue
Next status of this external drive backup.
Declaration
public ExternalDriveBackupStatus NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ExternalDriveBackupStatus |
PreviousValue
Previous status of this external drive backup.
Declaration
public ExternalDriveBackupStatus PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ExternalDriveBackupStatus |