• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

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 Source

DeviceSyncBackupStatusChangedDetails(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 Source

DesktopDeviceSessionInfo

Device's session logged information.

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

NewValue

Next status of computer backup on the device.

Declaration
public BackupStatus NewValue { get; protected set; }
Property Value
Type Description
BackupStatus
| Improve this Doc View Source

PreviousValue

Previous status of computer backup on the device.

Declaration
public BackupStatus PreviousValue { get; protected set; }
Property Value
Type Description
BackupStatus
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DeviceSyncBackupStatusChangedDetails(DesktopDeviceSessionLogInfo, BackupStatus, BackupStatus)
  • Properties
    • DesktopDeviceSessionInfo
    • NewValue
    • PreviousValue
Back to top Generated by DocFX