Dropbox .NET SDK

Class DeviceDeleteOnUnlinkFailDetails

Failed to delete all files from unlinked device.

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

Constructors

View Source

DeviceDeleteOnUnlinkFailDetails(long, SessionLogInfo, string)

Initializes a new instance of the DeviceDeleteOnUnlinkFailDetails class.

Declaration
public DeviceDeleteOnUnlinkFailDetails(long numFailures, SessionLogInfo sessionInfo = null, string displayName = null)
Parameters
Type Name Description
long numFailures

The number of times that remote file deletion failed.

SessionLogInfo sessionInfo

Session unique id.

string displayName

The device name. Might be missing due to historical data gap.

Properties

View Source

DisplayName

The device name. Might be missing due to historical data gap.

Declaration
public string DisplayName { get; protected set; }
Property Value
Type Description
string
View Source

NumFailures

The number of times that remote file deletion failed.

Declaration
public long NumFailures { get; protected set; }
Property Value
Type Description
long
View Source

SessionInfo

Session unique id.

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