Dropbox .NET SDK
Show / Hide Table of Contents

Class DownloadError.UnsupportedFile

This file type cannot be downloaded directly; use ExportAsync(ExportArg) instead.

Inheritance
object
DownloadError
DownloadError.UnsupportedFile
Inherited Members
DownloadError.IsPath
DownloadError.AsPath
DownloadError.IsUnsupportedFile
DownloadError.AsUnsupportedFile
DownloadError.IsOther
DownloadError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class DownloadError.UnsupportedFile : DownloadError

Fields

View Source

Instance

A singleton instance of UnsupportedFile

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