Dropbox .NET SDK
Show / Hide Table of Contents

Class PreviewError.UnsupportedExtension

The file extension is not supported preview generation.

Inheritance
object
PreviewError
PreviewError.UnsupportedExtension
Inherited Members
PreviewError.IsPath
PreviewError.AsPath
PreviewError.IsInProgress
PreviewError.AsInProgress
PreviewError.IsUnsupportedExtension
PreviewError.AsUnsupportedExtension
PreviewError.IsUnsupportedContent
PreviewError.AsUnsupportedContent
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 PreviewError.UnsupportedExtension : PreviewError

Fields

View Source

Instance

A singleton instance of UnsupportedExtension

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