Dropbox .NET SDK

Class DeviceLinkFailDetails

Failed to link device.

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

Constructors

View Source

DeviceLinkFailDetails(DeviceType, string)

Initializes a new instance of the DeviceLinkFailDetails class.

Declaration
public DeviceLinkFailDetails(DeviceType deviceType, string ipAddress = null)
Parameters
Type Name Description
DeviceType deviceType

A description of the device used while user approval blocked.

string ipAddress

IP address. Might be missing due to historical data gap.

Properties

View Source

DeviceType

A description of the device used while user approval blocked.

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

IpAddress

IP address. Might be missing due to historical data gap.

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