Class TransferFolderError
The transfer folder error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class TransferFolderError
Constructors
| Improve this Doc View SourceTransferFolderError()
Initializes a new instance of the TransferFolderError class.
Declaration
public TransferFolderError()
Properties
| Improve this Doc View SourceAsAccessError
Gets this instance as a AccessError, or null
.
Declaration
public TransferFolderError.AccessError AsAccessError { get; }
Property Value
Type | Description |
---|---|
TransferFolderError.AccessError |
AsInvalidDropboxId
Gets this instance as a InvalidDropboxId, or null
.
Declaration
public TransferFolderError.InvalidDropboxId AsInvalidDropboxId { get; }
Property Value
Type | Description |
---|---|
TransferFolderError.InvalidDropboxId |
AsNewOwnerEmailUnverified
Gets this instance as a NewOwnerEmailUnverified, or null
.
Declaration
public TransferFolderError.NewOwnerEmailUnverified AsNewOwnerEmailUnverified { get; }
Property Value
Type | Description |
---|---|
TransferFolderError.NewOwnerEmailUnverified |
AsNewOwnerNotAMember
Gets this instance as a NewOwnerNotAMember, or null
.
Declaration
public TransferFolderError.NewOwnerNotAMember AsNewOwnerNotAMember { get; }
Property Value
Type | Description |
---|---|
TransferFolderError.NewOwnerNotAMember |
AsNewOwnerUnmounted
Gets this instance as a NewOwnerUnmounted, or null
.
Declaration
public TransferFolderError.NewOwnerUnmounted AsNewOwnerUnmounted { get; }
Property Value
Type | Description |
---|---|
TransferFolderError.NewOwnerUnmounted |
AsNoPermission
Gets this instance as a NoPermission, or null
.
Declaration
public TransferFolderError.NoPermission AsNoPermission { get; }
Property Value
Type | Description |
---|---|
TransferFolderError.NoPermission |
AsOther
Gets this instance as a Other, or null
.
Declaration
public TransferFolderError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
TransferFolderError.Other |
AsTeamFolder
Gets this instance as a TeamFolder, or null
.
Declaration
public TransferFolderError.TeamFolder AsTeamFolder { get; }
Property Value
Type | Description |
---|---|
TransferFolderError.TeamFolder |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidDropboxId
Gets a value indicating whether this instance is InvalidDropboxId
Declaration
public bool IsInvalidDropboxId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNewOwnerEmailUnverified
Gets a value indicating whether this instance is NewOwnerEmailUnverified
Declaration
public bool IsNewOwnerEmailUnverified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNewOwnerNotAMember
Gets a value indicating whether this instance is NewOwnerNotAMember
Declaration
public bool IsNewOwnerNotAMember { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNewOwnerUnmounted
Gets a value indicating whether this instance is NewOwnerUnmounted
Declaration
public bool IsNewOwnerUnmounted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNoPermission
Gets a value indicating whether this instance is NoPermission
Declaration
public bool IsNoPermission { 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 |
IsTeamFolder
Gets a value indicating whether this instance is TeamFolder
Declaration
public bool IsTeamFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |