Dropbox .NET SDK
Show / Hide Table of Contents

Class PreviewError.InProgress

This preview generation is still in progress and the file is not ready for preview yet.

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

Fields

View Source

Instance

A singleton instance of InProgress

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