Show / Hide Table of Contents

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 Source

ExternalDriveBackupStatusChangedDetails(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 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 this external drive backup.

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

PreviousValue

Previous status of this external drive backup.

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