Dropbox .NET SDK

Class DesktopDeviceSessionLogInfo

Information about linked Dropbox desktop client sessions

Inheritance
object
DeviceSessionLogInfo
DesktopDeviceSessionLogInfo
Inherited Members
DeviceSessionLogInfo.IsDesktopDeviceSession
DeviceSessionLogInfo.AsDesktopDeviceSession
DeviceSessionLogInfo.IsLegacyDeviceSession
DeviceSessionLogInfo.AsLegacyDeviceSession
DeviceSessionLogInfo.IsMobileDeviceSession
DeviceSessionLogInfo.AsMobileDeviceSession
DeviceSessionLogInfo.IsWebDeviceSession
DeviceSessionLogInfo.AsWebDeviceSession
DeviceSessionLogInfo.IpAddress
DeviceSessionLogInfo.Created
DeviceSessionLogInfo.Updated
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DesktopDeviceSessionLogInfo : DeviceSessionLogInfo

Constructors

View Source

DesktopDeviceSessionLogInfo(string, DesktopPlatform, string, bool, string, DateTime?, 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
string hostName

Name of the hosting desktop.

DesktopPlatform clientType

The Dropbox desktop client type.

string platform

Information on the hosting platform.

bool isDeleteOnUnlinkSupported

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

string ipAddress

The IP address of the last activity from this session.

DateTime? created

The time this session was created.

DateTime? updated

The time of the last activity from this session.

DesktopSessionLogInfo sessionInfo

Desktop session unique id.

string clientVersion

The Dropbox client version.

Properties

View Source

ClientType

The Dropbox desktop client type.

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

ClientVersion

The Dropbox client version.

Declaration
public string ClientVersion { get; protected set; }
Property Value
Type Description
string
View Source

HostName

Name of the hosting desktop.

Declaration
public string HostName { get; protected set; }
Property Value
Type Description
string
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
bool
View Source

Platform

Information on the hosting platform.

Declaration
public string Platform { get; protected set; }
Property Value
Type Description
string
View Source

SessionInfo

Desktop session unique id.

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

See Also

DeviceSyncBackupStatusChangedDetails
ExternalDriveBackupEligibilityStatusCheckedDetails
ExternalDriveBackupStatusChangedDetails
  • View Source
In this article
Back to top Dropbox .NET SDK