Class DesktopClientSession
Information about linked Dropbox desktop client sessions.
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class DesktopClientSession : DeviceSession
Constructors
| Improve this Doc View SourceDesktopClientSession(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 SourceClientType
The Dropbox desktop client type.
Declaration
public DesktopPlatform ClientType { get; protected set; }
Property Value
Type | Description |
---|---|
DesktopPlatform |
ClientVersion
The Dropbox client version.
Declaration
public string ClientVersion { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
HostName
Name of the hosting desktop.
Declaration
public string HostName { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
Platform
Information on the hosting platform.
Declaration
public string Platform { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |