Class LinkedDeviceLogInfo
The device sessions that user is linked to.
Inheritance
LinkedDeviceLogInfo
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class LinkedDeviceLogInfo
Constructors
View SourceLinkedDeviceLogInfo()
Initializes a new instance of the LinkedDeviceLogInfo class.
Declaration
public LinkedDeviceLogInfo()
Properties
View SourceAsDesktopDeviceSession
Gets this instance as a DesktopDeviceSession, or null.
Declaration
public LinkedDeviceLogInfo.DesktopDeviceSession AsDesktopDeviceSession { get; }
Property Value
| Type | Description |
|---|---|
| LinkedDeviceLogInfo.DesktopDeviceSession |
AsLegacyDeviceSession
Gets this instance as a LegacyDeviceSession, or null.
Declaration
public LinkedDeviceLogInfo.LegacyDeviceSession AsLegacyDeviceSession { get; }
Property Value
| Type | Description |
|---|---|
| LinkedDeviceLogInfo.LegacyDeviceSession |
AsMobileDeviceSession
Gets this instance as a MobileDeviceSession, or null.
Declaration
public LinkedDeviceLogInfo.MobileDeviceSession AsMobileDeviceSession { get; }
Property Value
| Type | Description |
|---|---|
| LinkedDeviceLogInfo.MobileDeviceSession |
AsOther
Gets this instance as a Other, or null.
Declaration
public LinkedDeviceLogInfo.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| LinkedDeviceLogInfo.Other |
AsWebDeviceSession
Gets this instance as a WebDeviceSession, or null.
Declaration
public LinkedDeviceLogInfo.WebDeviceSession AsWebDeviceSession { get; }
Property Value
| Type | Description |
|---|---|
| LinkedDeviceLogInfo.WebDeviceSession |
IsDesktopDeviceSession
Gets a value indicating whether this instance is DesktopDeviceSession
Declaration
public bool IsDesktopDeviceSession { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsLegacyDeviceSession
Gets a value indicating whether this instance is LegacyDeviceSession
Declaration
public bool IsLegacyDeviceSession { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMobileDeviceSession
Gets a value indicating whether this instance is MobileDeviceSession
Declaration
public bool IsMobileDeviceSession { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsWebDeviceSession
Gets a value indicating whether this instance is WebDeviceSession
Declaration
public bool IsWebDeviceSession { get; }
Property Value
| Type | Description |
|---|---|
| bool |