Class DeviceDeleteOnUnlinkSuccessDetails
Deleted all files from unlinked device.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DeviceDeleteOnUnlinkSuccessDetails
Constructors
View SourceDeviceDeleteOnUnlinkSuccessDetails(SessionLogInfo, string)
Initializes a new instance of the DeviceDeleteOnUnlinkSuccessDetails class.
Declaration
public DeviceDeleteOnUnlinkSuccessDetails(SessionLogInfo sessionInfo = null, string displayName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| SessionLogInfo | sessionInfo | Session unique id. |
| string | displayName | The device name. Might be missing due to historical data gap. |
Properties
View SourceDisplayName
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 |