Dropbox .NET SDK
Show / Hide Table of Contents

Class PaperDocCreateError.FolderNotFound

The specified Paper folder is cannot be found.

Inheritance
object
PaperDocCreateError
PaperDocCreateError.FolderNotFound
Inherited Members
PaperDocCreateError.IsContentMalformed
PaperDocCreateError.AsContentMalformed
PaperDocCreateError.IsFolderNotFound
PaperDocCreateError.AsFolderNotFound
PaperDocCreateError.IsDocLengthExceeded
PaperDocCreateError.AsDocLengthExceeded
PaperDocCreateError.IsImageSizeExceeded
PaperDocCreateError.AsImageSizeExceeded
PaperDocCreateError.IsInsufficientPermissions
PaperDocCreateError.AsInsufficientPermissions
PaperDocCreateError.IsOther
PaperDocCreateError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public sealed class PaperDocCreateError.FolderNotFound : PaperDocCreateError

Fields

View Source

Instance

A singleton instance of FolderNotFound

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