Dropbox .NET SDK

Class ExternalDriveBackupEligibilityStatusCheckedDetails

Checked external drive backup eligibility status.

Inheritance
object
ExternalDriveBackupEligibilityStatusCheckedDetails
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 ExternalDriveBackupEligibilityStatusCheckedDetails

Constructors

View Source

ExternalDriveBackupEligibilityStatusCheckedDetails(DesktopDeviceSessionLogInfo, ExternalDriveBackupEligibilityStatus, ulong)

Initializes a new instance of the ExternalDriveBackupEligibilityStatusCheckedDetails class.

Declaration
public ExternalDriveBackupEligibilityStatusCheckedDetails(DesktopDeviceSessionLogInfo desktopDeviceSessionInfo, ExternalDriveBackupEligibilityStatus status, ulong numberOfExternalDriveBackup)
Parameters
Type Name Description
DesktopDeviceSessionLogInfo desktopDeviceSessionInfo

Device's session logged information.

ExternalDriveBackupEligibilityStatus status

Current eligibility status of external drive backup.

ulong numberOfExternalDriveBackup

Total number of valid external drive backup for all the team members.

Properties

View Source

DesktopDeviceSessionInfo

Device's session logged information.

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

NumberOfExternalDriveBackup

Total number of valid external drive backup for all the team members.

Declaration
public ulong NumberOfExternalDriveBackup { get; protected set; }
Property Value
Type Description
ulong
View Source

Status

Current eligibility status of external drive backup.

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