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 External
Declaration
public ExternalDriveBackupStatusChangedDetails(DesktopDeviceSessionLogInfo desktopDeviceSessionInfo, ExternalDriveBackupStatus previousValue, ExternalDriveBackupStatus newValue)
Parameters
Type | Name | Description |
---|---|---|
Desktop |
desktopDeviceSessionInfo | Device's session logged information. |
External |
previousValue | Previous status of this external drive backup. |
External |
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 |
---|---|
Desktop |
NewValue
Next status of this external drive backup.
Declaration
public ExternalDriveBackupStatus NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
External |
PreviousValue
Previous status of this external drive backup.
Declaration
public ExternalDriveBackupStatus PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
External |