Dropbox .NET SDK
Show / Hide Table of Contents

Class PlatformType

Possible platforms on which a user may view content.

Inheritance
object
PlatformType
PlatformType.Api
PlatformType.Desktop
PlatformType.Mobile
PlatformType.MobileAndroid
PlatformType.MobileIos
PlatformType.Other
PlatformType.Unknown
PlatformType.Web
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.SeenState
Assembly: Dropbox.Api.dll
Syntax
public class PlatformType

Constructors

View Source

PlatformType()

Initializes a new instance of the PlatformType class.

Declaration
public PlatformType()

Properties

View Source

AsApi

Gets this instance as a Api, or null.

Declaration
public PlatformType.Api AsApi { get; }
Property Value
Type Description
PlatformType.Api
View Source

AsDesktop

Gets this instance as a Desktop, or null.

Declaration
public PlatformType.Desktop AsDesktop { get; }
Property Value
Type Description
PlatformType.Desktop
View Source

AsMobile

Gets this instance as a Mobile, or null.

Declaration
public PlatformType.Mobile AsMobile { get; }
Property Value
Type Description
PlatformType.Mobile
View Source

AsMobileAndroid

Gets this instance as a MobileAndroid, or null.

Declaration
public PlatformType.MobileAndroid AsMobileAndroid { get; }
Property Value
Type Description
PlatformType.MobileAndroid
View Source

AsMobileIos

Gets this instance as a MobileIos, or null.

Declaration
public PlatformType.MobileIos AsMobileIos { get; }
Property Value
Type Description
PlatformType.MobileIos
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public PlatformType.Other AsOther { get; }
Property Value
Type Description
PlatformType.Other
View Source

AsUnknown

Gets this instance as a Unknown, or null.

Declaration
public PlatformType.Unknown AsUnknown { get; }
Property Value
Type Description
PlatformType.Unknown
View Source

AsWeb

Gets this instance as a Web, or null.

Declaration
public PlatformType.Web AsWeb { get; }
Property Value
Type Description
PlatformType.Web
View Source

IsApi

Gets a value indicating whether this instance is Api

Declaration
public bool IsApi { get; }
Property Value
Type Description
bool
View Source

IsDesktop

Gets a value indicating whether this instance is Desktop

Declaration
public bool IsDesktop { get; }
Property Value
Type Description
bool
View Source

IsMobile

Gets a value indicating whether this instance is Mobile

Declaration
public bool IsMobile { get; }
Property Value
Type Description
bool
View Source

IsMobileAndroid

Gets a value indicating whether this instance is MobileAndroid

Declaration
public bool IsMobileAndroid { get; }
Property Value
Type Description
bool
View Source

IsMobileIos

Gets a value indicating whether this instance is MobileIos

Declaration
public bool IsMobileIos { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsUnknown

Gets a value indicating whether this instance is Unknown

Declaration
public bool IsUnknown { get; }
Property Value
Type Description
bool
View Source

IsWeb

Gets a value indicating whether this instance is Web

Declaration
public bool IsWeb { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK