Dropbox .NET SDK
Show / Hide Table of Contents

Class PreviewError.UnsupportedContent

The file content is not supported for preview generation.

Inheritance
object
PreviewError
PreviewError.UnsupportedContent
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.UnsupportedContent : PreviewError

Fields

View Source

Instance

A singleton instance of UnsupportedContent

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