Dropbox .NET SDK

Class DeviceSyncBackupStatusChangedDetails

Enabled/disabled backup for computer.

Inheritance
object
DeviceSyncBackupStatusChangedDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DeviceSyncBackupStatusChangedDetails

Constructors

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

View Source

DesktopDeviceSessionInfo

Device's session logged information.

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

NewValue

Next status of computer backup on the device.

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

PreviousValue

Previous status of computer backup on the device.

Declaration
public BackupStatus PreviousValue { get; protected set; }
Property Value
Type Description
BackupStatus
  • View Source
In this article
Back to top Dropbox .NET SDK