Show / Hide Table of Contents

Class LegacyDeviceSessionLogInfo

Information on sessions, in legacy format

Inheritance
System.Object
DeviceSessionLogInfo
LegacyDeviceSessionLogInfo
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 LegacyDeviceSessionLogInfo : DeviceSessionLogInfo

Constructors

| Improve this Doc View Source

LegacyDeviceSessionLogInfo(String, Nullable<DateTime>, Nullable<DateTime>, SessionLogInfo, String, Nullable<Boolean>, String, String, String, String, String, String)

Initializes a new instance of the LegacyDeviceSessionLogInfo class.

Declaration
public LegacyDeviceSessionLogInfo(string ipAddress = null, DateTime? created = null, DateTime? updated = null, SessionLogInfo sessionInfo = null, string displayName = null, bool? isEmmManaged = null, string platform = null, string macAddress = null, string osVersion = null, string deviceType = null, string clientVersion = null, string legacyUniqId = null)
Parameters
Type Name Description
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.

SessionLogInfo sessionInfo

Session unique id.

System.String displayName

The device name. Might be missing due to historical data gap.

System.Nullable<System.Boolean> isEmmManaged

Is device managed by emm. Might be missing due to historical data gap.

System.String platform

Information on the hosting platform. Might be missing due to historical data gap.

System.String macAddress

The mac address of the last activity from this session. Might be missing due to historical data gap.

System.String osVersion

The hosting OS version. Might be missing due to historical data gap.

System.String deviceType

Information on the hosting device type. Might be missing due to historical data gap.

System.String clientVersion

The Dropbox client version. Might be missing due to historical data gap.

System.String legacyUniqId

Alternative unique device session id, instead of session id field. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

ClientVersion

The Dropbox client version. Might be missing due to historical data gap.

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

DeviceType

Information on the hosting device type. Might be missing due to historical data gap.

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

DisplayName

The device name. Might be missing due to historical data gap.

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

IsEmmManaged

Is device managed by emm. Might be missing due to historical data gap.

Declaration
public bool? IsEmmManaged { get; protected set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

LegacyUniqId

Alternative unique device session id, instead of session id field. Might be missing due to historical data gap.

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

MacAddress

The mac address of the last activity from this session. Might be missing due to historical data gap.

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

OsVersion

The hosting OS version. Might be missing due to historical data gap.

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

Platform

Information on the hosting platform. Might be missing due to historical data gap.

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

SessionInfo

Session unique id.

Declaration
public SessionLogInfo SessionInfo { get; protected set; }
Property Value
Type Description
SessionLogInfo
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX