Class PaperFolderCreateError
The paper folder create error object
Inheritance
System.Object
PaperFolderCreateError
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 SourcePaperFolderCreateError()
Initializes a new instance of the PaperFolderCreateError class.
Declaration
public PaperFolderCreateError()
Properties
| Improve this Doc View SourceAsFolderNotFound
Gets this instance as a FolderNotFound, or null
.
Declaration
public PaperFolderCreateError.FolderNotFound AsFolderNotFound { get; }
Property Value
Type | Description |
---|---|
PaperFolderCreateError.FolderNotFound |
AsInsufficientPermissions
Gets this instance as a InsufficientPermissions, or null
.
Declaration
public PaperFolderCreateError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
Type | Description |
---|---|
PaperFolderCreateError.InsufficientPermissions |
AsInvalidFolderId
Gets this instance as a InvalidFolderId, or null
.
Declaration
public PaperFolderCreateError.InvalidFolderId AsInvalidFolderId { get; }
Property Value
Type | Description |
---|---|
PaperFolderCreateError.InvalidFolderId |
AsOther
Gets this instance as a Other, or null
.
Declaration
public PaperFolderCreateError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
PaperFolderCreateError.Other |
IsFolderNotFound
Gets a value indicating whether this instance is FolderNotFound
Declaration
public bool IsFolderNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInsufficientPermissions
Gets a value indicating whether this instance is InsufficientPermissions
Declaration
public bool IsInsufficientPermissions { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidFolderId
Gets a value indicating whether this instance is InvalidFolderId
Declaration
public bool IsInvalidFolderId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |