Show / Hide Table of Contents

Class DeviceDeleteOnUnlinkSuccessDetails

Deleted all files from unlinked device.

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

Constructors

| Improve this Doc View Source

DeviceDeleteOnUnlinkSuccessDetails(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.

System.String displayName

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

Properties

| 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
    • DeviceDeleteOnUnlinkSuccessDetails(SessionLogInfo, String)
  • Properties
    • DisplayName
    • SessionInfo
Back to top Generated by DocFX