Show / Hide Table of Contents

Class DeviceUnlinkDetails

Disconnected device.

Inheritance
System.Object
DeviceUnlinkDetails
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 DeviceUnlinkDetails

Constructors

| Improve this Doc View Source

DeviceUnlinkDetails(Boolean, SessionLogInfo, String)

Initializes a new instance of the DeviceUnlinkDetails class.

Declaration
public DeviceUnlinkDetails(bool deleteData, SessionLogInfo sessionInfo = null, string displayName = null)
Parameters
Type Name Description
System.Boolean deleteData

True if the user requested to delete data after device unlink, false otherwise.

SessionLogInfo sessionInfo

Session unique id.

System.String displayName

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

Properties

| Improve this Doc View Source

DeleteData

True if the user requested to delete data after device unlink, false otherwise.

Declaration
public bool DeleteData { get; protected set; }
Property Value
Type Description
System.Boolean
| Improve this Doc 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
System.String
| Improve this Doc View Source

SessionInfo

Session unique id.

Declaration
public SessionLogInfo SessionInfo { get; protected set; }
Property Value
Type Description
SessionLogInfo
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DeviceUnlinkDetails(Boolean, SessionLogInfo, String)
  • Properties
    • DeleteData
    • DisplayName
    • SessionInfo
Back to top Generated by DocFX