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 SourceDeviceUnlinkDetails(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 SourceDeleteData
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 | 
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 | 
SessionInfo
Session unique id.
Declaration
public SessionLogInfo SessionInfo { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| SessionLogInfo |