Show / Hide Table of Contents

Class PaperFolderCreateError

The paper folder create error object

Inheritance
System.Object
PaperFolderCreateError
PaperFolderCreateError.FolderNotFound
PaperFolderCreateError.InsufficientPermissions
PaperFolderCreateError.InvalidFolderId
PaperFolderCreateError.Other
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperFolderCreateError

Constructors

| Improve this Doc View Source

PaperFolderCreateError()

Initializes a new instance of the PaperFolderCreateError class.

Declaration
public PaperFolderCreateError()

Properties

| Improve this Doc View Source

AsFolderNotFound

Gets this instance as a FolderNotFound, or null.

Declaration
public PaperFolderCreateError.FolderNotFound AsFolderNotFound { get; }
Property Value
Type Description
PaperFolderCreateError.FolderNotFound
| Improve this Doc View Source

AsInsufficientPermissions

Gets this instance as a InsufficientPermissions, or null.

Declaration
public PaperFolderCreateError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
Type Description
PaperFolderCreateError.InsufficientPermissions
| Improve this Doc View Source

AsInvalidFolderId

Gets this instance as a InvalidFolderId, or null.

Declaration
public PaperFolderCreateError.InvalidFolderId AsInvalidFolderId { get; }
Property Value
Type Description
PaperFolderCreateError.InvalidFolderId
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public PaperFolderCreateError.Other AsOther { get; }
Property Value
Type Description
PaperFolderCreateError.Other
| Improve this Doc View Source

IsFolderNotFound

Gets a value indicating whether this instance is FolderNotFound

Declaration
public bool IsFolderNotFound { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInsufficientPermissions

Gets a value indicating whether this instance is InsufficientPermissions

Declaration
public bool IsInsufficientPermissions { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInvalidFolderId

Gets a value indicating whether this instance is InvalidFolderId

Declaration
public bool IsInvalidFolderId { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperFolderCreateError()
  • Properties
    • AsFolderNotFound
    • AsInsufficientPermissions
    • AsInvalidFolderId
    • AsOther
    • IsFolderNotFound
    • IsInsufficientPermissions
    • IsInvalidFolderId
    • IsOther
Back to top Generated by DocFX