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 Desktop
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. |
sessionId | The session id. |
System. |
hostName | Name of the hosting desktop. |
Desktop |
clientType | The Dropbox desktop client type. |
System. |
clientVersion | The Dropbox client version. |
System. |
platform | Information on the hosting platform. |
System. |
isDeleteOnUnlinkSupported | Whether it's possible to delete all of the account files upon unlinking. |
System. |
ipAddress | The IP address of the last activity from this session. |
System. |
country | The country from which the last activity from this session was made. |
System. |
created | The time this session was created. |
System. |
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 |
---|---|
Desktop |
ClientVersion
The Dropbox client version.
Declaration
public string ClientVersion { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
HostName
Name of the hosting desktop.
Declaration
public string HostName { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
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. |
Platform
Information on the hosting platform.
Declaration
public string Platform { get; protected set; }
Property Value
Type | Description |
---|---|
System. |