Dropbox .NET SDK
Show / Hide Table of Contents

Class PlatformType.Unknown

The content was viewed on an unknown platform.

Inheritance
object
PlatformType
PlatformType.Unknown
Inherited Members
PlatformType.IsWeb
PlatformType.AsWeb
PlatformType.IsDesktop
PlatformType.AsDesktop
PlatformType.IsMobileIos
PlatformType.AsMobileIos
PlatformType.IsMobileAndroid
PlatformType.AsMobileAndroid
PlatformType.IsApi
PlatformType.AsApi
PlatformType.IsUnknown
PlatformType.AsUnknown
PlatformType.IsMobile
PlatformType.AsMobile
PlatformType.IsOther
PlatformType.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.SeenState
Assembly: Dropbox.Api.dll
Syntax
public sealed class PlatformType.Unknown : PlatformType

Fields

View Source

Instance

A singleton instance of Unknown

Declaration
public static readonly PlatformType.Unknown Instance
Field Value
Type Description
PlatformType.Unknown
  • View Source
In this article
Back to top Dropbox .NET SDK