Class DeviceSyncBackupStatusChangedDetails
Enabled/disabled backup for computer.
Inheritance
System.Object
DeviceSyncBackupStatusChangedDetails
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 DeviceSyncBackupStatusChangedDetails
Constructors
| Improve this Doc View SourceDeviceSyncBackupStatusChangedDetails(DesktopDeviceSessionLogInfo, BackupStatus, BackupStatus)
Initializes a new instance of the DeviceSyncBackupStatusChangedDetails class.
Declaration
public DeviceSyncBackupStatusChangedDetails(DesktopDeviceSessionLogInfo desktopDeviceSessionInfo, BackupStatus previousValue, BackupStatus newValue)
Parameters
Type | Name | Description |
---|---|---|
DesktopDeviceSessionLogInfo | desktopDeviceSessionInfo | Device's session logged information. |
BackupStatus | previousValue | Previous status of computer backup on the device. |
BackupStatus | newValue | Next status of computer backup on the device. |
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 computer backup on the device.
Declaration
public BackupStatus NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
BackupStatus |
PreviousValue
Previous status of computer backup on the device.
Declaration
public BackupStatus PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
BackupStatus |