Class DeviceUnlinkDetails
Disconnected device.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DeviceUnlinkDetails
Constructors
View SourceDeviceUnlinkDetails(bool, 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 |
|---|---|---|
| bool | deleteData | True if the user requested to delete data after device unlink, false otherwise. |
| SessionLogInfo | sessionInfo | Session unique id. |
| string | displayName | The device name. Might be missing due to historical data gap. |
Properties
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 |
|---|---|
| bool |
DisplayName
The device name. Might be missing due to historical data gap.
Declaration
public string DisplayName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
SessionInfo
Session unique id.
Declaration
public SessionLogInfo SessionInfo { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SessionLogInfo |