Show / Hide Table of Contents

Class DesktopClientSession

Information about linked Dropbox desktop client sessions.

Inheritance
System.Object
DeviceSession
DesktopClientSession
Inherited Members
DeviceSession.SessionId
DeviceSession.IpAddress
DeviceSession.Country
DeviceSession.Created
DeviceSession.Updated
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class DesktopClientSession : DeviceSession

Constructors

| Improve this Doc View Source

DesktopClientSession(String, String, DesktopPlatform, String, String, Boolean, String, String, Nullable<DateTime>, Nullable<DateTime>)

Initializes a new instance of the DesktopClientSession class.

Declaration
public DesktopClientSession(string sessionId, string hostName, DesktopPlatform clientType, string clientVersion, string platform, bool isDeleteOnUnlinkSupported, string ipAddress = null, string country = null, DateTime? created = null, DateTime? updated = null)
Parameters
Type Name Description
System.String sessionId

The session id.

System.String hostName

Name of the hosting desktop.

DesktopPlatform clientType

The Dropbox desktop client type.

System.String clientVersion

The Dropbox client version.

System.String platform

Information on the hosting platform.

System.Boolean isDeleteOnUnlinkSupported

Whether it's possible to delete all of the account files upon unlinking.

System.String ipAddress

The IP address of the last activity from this session.

System.String country

The country from which the last activity from this session was made.

System.Nullable<System.DateTime> created

The time this session was created.

System.Nullable<System.DateTime> updated

The time of the last activity from this session.

Properties

| Improve this Doc View Source

ClientType

The Dropbox desktop client type.

Declaration
public DesktopPlatform ClientType { get; protected set; }
Property Value
Type Description
DesktopPlatform
| Improve this Doc View Source

ClientVersion

The Dropbox client version.

Declaration
public string ClientVersion { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

HostName

Name of the hosting desktop.

Declaration
public string HostName { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IsDeleteOnUnlinkSupported

Whether it's possible to delete all of the account files upon unlinking.

Declaration
public bool IsDeleteOnUnlinkSupported { get; protected set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Platform

Information on the hosting platform.

Declaration
public string Platform { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DesktopClientSession(String, String, DesktopPlatform, String, String, Boolean, String, String, Nullable<DateTime>, Nullable<DateTime>)
  • Properties
    • ClientType
    • ClientVersion
    • HostName
    • IsDeleteOnUnlinkSupported
    • Platform
Back to top Generated by DocFX