Show / Hide Table of Contents

Class DesktopDeviceSessionLogInfo

Information about linked Dropbox desktop client sessions

Inheritance
System.Object
DeviceSessionLogInfo
DesktopDeviceSessionLogInfo
Inherited Members
DeviceSessionLogInfo.IsDesktopDeviceSession
DeviceSessionLogInfo.AsDesktopDeviceSession
DeviceSessionLogInfo.IsMobileDeviceSession
DeviceSessionLogInfo.AsMobileDeviceSession
DeviceSessionLogInfo.IsWebDeviceSession
DeviceSessionLogInfo.AsWebDeviceSession
DeviceSessionLogInfo.IsLegacyDeviceSession
DeviceSessionLogInfo.AsLegacyDeviceSession
DeviceSessionLogInfo.IpAddress
DeviceSessionLogInfo.Created
DeviceSessionLogInfo.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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DesktopDeviceSessionLogInfo : DeviceSessionLogInfo

Constructors

| Improve this Doc View Source

DesktopDeviceSessionLogInfo(String, DesktopPlatform, String, Boolean, String, Nullable<DateTime>, Nullable<DateTime>, DesktopSessionLogInfo, String)

Initializes a new instance of the DesktopDeviceSessionLogInfo class.

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

Name of the hosting desktop.

DesktopPlatform clientType

The Dropbox desktop client type.

System.String platform

Information on the hosting platform.

System.Boolean isDeleteOnUnlinkSupported

Whether itu2019s possible to delete all of the account files upon unlinking.

System.String ipAddress

The IP address of the last activity from this session.

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.

DesktopSessionLogInfo sessionInfo

Desktop session unique id.

System.String clientVersion

The Dropbox client version.

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 itu2019s 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

SessionInfo

Desktop session unique id.

Declaration
public DesktopSessionLogInfo SessionInfo { get; protected set; }
Property Value
Type Description
DesktopSessionLogInfo

See Also

DeviceSyncBackupStatusChangedDetails
ExternalDriveBackupEligibilityStatusCheckedDetails
ExternalDriveBackupStatusChangedDetails
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX