Show / Hide Table of Contents

Class DeviceSessionLogInfo

Device's session logged information.

Inheritance
System.Object
DeviceSessionLogInfo
DesktopDeviceSessionLogInfo
LegacyDeviceSessionLogInfo
MobileDeviceSessionLogInfo
WebDeviceSessionLogInfo
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DeviceSessionLogInfo

Constructors

| Improve this Doc View Source

DeviceSessionLogInfo(String, Nullable<DateTime>, Nullable<DateTime>)

Initializes a new instance of the DeviceSessionLogInfo class.

Declaration
protected DeviceSessionLogInfo(string ipAddress = null, DateTime? created = null, DateTime? updated = 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.

Properties

| Improve this Doc View Source

AsDesktopDeviceSession

Gets this instance as a DesktopDeviceSessionLogInfo, or null.

Declaration
public DesktopDeviceSessionLogInfo AsDesktopDeviceSession { get; }
Property Value
Type Description
DesktopDeviceSessionLogInfo
| Improve this Doc View Source

AsLegacyDeviceSession

Gets this instance as a LegacyDeviceSessionLogInfo, or null.

Declaration
public LegacyDeviceSessionLogInfo AsLegacyDeviceSession { get; }
Property Value
Type Description
LegacyDeviceSessionLogInfo
| Improve this Doc View Source

AsMobileDeviceSession

Gets this instance as a MobileDeviceSessionLogInfo, or null.

Declaration
public MobileDeviceSessionLogInfo AsMobileDeviceSession { get; }
Property Value
Type Description
MobileDeviceSessionLogInfo
| Improve this Doc View Source

AsWebDeviceSession

Gets this instance as a WebDeviceSessionLogInfo, or null.

Declaration
public WebDeviceSessionLogInfo AsWebDeviceSession { get; }
Property Value
Type Description
WebDeviceSessionLogInfo
| Improve this Doc View Source

Created

The time this session was created.

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

IpAddress

The IP address of the last activity from this session.

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

IsDesktopDeviceSession

Gets a value indicating whether this instance is DesktopDeviceSession

Declaration
public bool IsDesktopDeviceSession { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsLegacyDeviceSession

Gets a value indicating whether this instance is LegacyDeviceSession

Declaration
public bool IsLegacyDeviceSession { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMobileDeviceSession

Gets a value indicating whether this instance is MobileDeviceSession

Declaration
public bool IsMobileDeviceSession { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsWebDeviceSession

Gets a value indicating whether this instance is WebDeviceSession

Declaration
public bool IsWebDeviceSession { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Updated

The time of the last activity from this session.

Declaration
public DateTime? Updated { get; protected set; }
Property Value
Type Description
System.Nullable<System.DateTime>

See Also

DesktopDeviceSessionLogInfo
DeviceChangeIpDesktopDetails
LegacyDeviceSessionLogInfo
MobileDeviceSessionLogInfo
WebDeviceSessionLogInfo
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX