Class DeviceType
The device type object
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DeviceType
Constructors
View SourceDeviceType()
Initializes a new instance of the DeviceType class.
Declaration
public DeviceType()
Properties
View SourceAsDesktop
Gets this instance as a Desktop, or null.
Declaration
public DeviceType.Desktop AsDesktop { get; }
Property Value
| Type | Description |
|---|---|
| DeviceType.Desktop |
AsMobile
Gets this instance as a Mobile, or null.
Declaration
public DeviceType.Mobile AsMobile { get; }
Property Value
| Type | Description |
|---|---|
| DeviceType.Mobile |
AsOther
Gets this instance as a Other, or null.
Declaration
public DeviceType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| DeviceType.Other |
IsDesktop
Gets a value indicating whether this instance is Desktop
Declaration
public bool IsDesktop { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMobile
Gets a value indicating whether this instance is Mobile
Declaration
public bool IsMobile { 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 |