Class ExternalDriveBackupStatusChangedDetails
Modified external drive backup.
Inheritance
System.Object
ExternalDriveBackupStatusChangedDetails
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 ExternalDriveBackupStatusChangedDetails
Constructors
| Improve this Doc 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
| Improve this Doc 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 |