Show / Hide Table of Contents

Class DeviceType

The device type object

Inheritance
System.Object
DeviceType
DeviceType.Desktop
DeviceType.Mobile
DeviceType.Other
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 DeviceType

Constructors

| Improve this Doc View Source

DeviceType()

Initializes a new instance of the DeviceType class.

Declaration
public DeviceType()

Properties

| Improve this Doc View Source

AsDesktop

Gets this instance as a Desktop, or null.

Declaration
public DeviceType.Desktop AsDesktop { get; }
Property Value
Type Description
DeviceType.Desktop
| Improve this Doc View Source

AsMobile

Gets this instance as a Mobile, or null.

Declaration
public DeviceType.Mobile AsMobile { get; }
Property Value
Type Description
DeviceType.Mobile
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsDesktop

Gets a value indicating whether this instance is Desktop

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

IsMobile

Gets a value indicating whether this instance is Mobile

Declaration
public bool IsMobile { 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
In This Article
  • Constructors
    • DeviceType()
  • Properties
    • AsDesktop
    • AsMobile
    • AsOther
    • IsDesktop
    • IsMobile
    • IsOther
Back to top Generated by DocFX