Dropbox .NET SDK
Show / Hide Table of Contents

Class ThumbnailError.EncryptedContent

Encrypted content cannot be converted to a thumbnail.

Inheritance
object
ThumbnailError
ThumbnailError.EncryptedContent
Inherited Members
ThumbnailError.IsPath
ThumbnailError.AsPath
ThumbnailError.IsUnsupportedExtension
ThumbnailError.AsUnsupportedExtension
ThumbnailError.IsUnsupportedImage
ThumbnailError.AsUnsupportedImage
ThumbnailError.IsEncryptedContent
ThumbnailError.AsEncryptedContent
ThumbnailError.IsConversionError
ThumbnailError.AsConversionError
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 ThumbnailError.EncryptedContent : ThumbnailError

Fields

View Source

Instance

A singleton instance of EncryptedContent

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