Show / Hide Table of Contents

Class LinkedDeviceLogInfo

The device sessions that user is linked to.

Inheritance
System.Object
LinkedDeviceLogInfo
LinkedDeviceLogInfo.DesktopDeviceSession
LinkedDeviceLogInfo.LegacyDeviceSession
LinkedDeviceLogInfo.MobileDeviceSession
LinkedDeviceLogInfo.Other
LinkedDeviceLogInfo.WebDeviceSession
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 LinkedDeviceLogInfo

Constructors

| Improve this Doc View Source

LinkedDeviceLogInfo()

Initializes a new instance of the LinkedDeviceLogInfo class.

Declaration
public LinkedDeviceLogInfo()

Properties

| Improve this Doc View Source

AsDesktopDeviceSession

Gets this instance as a DesktopDeviceSession, or null.

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

AsLegacyDeviceSession

Gets this instance as a LegacyDeviceSession, or null.

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

AsMobileDeviceSession

Gets this instance as a MobileDeviceSession, or null.

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

AsOther

Gets this instance as a Other, or null.

Declaration
public LinkedDeviceLogInfo.Other AsOther { get; }
Property Value
Type Description
LinkedDeviceLogInfo.Other
| Improve this Doc View Source

AsWebDeviceSession

Gets this instance as a WebDeviceSession, or null.

Declaration
public LinkedDeviceLogInfo.WebDeviceSession AsWebDeviceSession { get; }
Property Value
Type Description
LinkedDeviceLogInfo.WebDeviceSession
| 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

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { 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
In This Article
Back to top Generated by DocFX