Class UploadSessionFinishError
The upload session finish error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class UploadSessionFinishError
  Constructors
| Improve this Doc View SourceUploadSessionFinishError()
Initializes a new instance of the UploadSessionFinishError class.
Declaration
public UploadSessionFinishError()
  Properties
| Improve this Doc View SourceAsConcurrentSessionDataNotAllowed
Gets this instance as a ConcurrentSessionDataNotAllowed, or
null.
Declaration
public UploadSessionFinishError.ConcurrentSessionDataNotAllowed AsConcurrentSessionDataNotAllowed { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionFinishError.ConcurrentSessionDataNotAllowed | 
AsConcurrentSessionMissingData
Gets this instance as a ConcurrentSessionMissingData, or null.
Declaration
public UploadSessionFinishError.ConcurrentSessionMissingData AsConcurrentSessionMissingData { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionFinishError.ConcurrentSessionMissingData | 
AsConcurrentSessionNotClosed
Gets this instance as a ConcurrentSessionNotClosed, or null.
Declaration
public UploadSessionFinishError.ConcurrentSessionNotClosed AsConcurrentSessionNotClosed { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionFinishError.ConcurrentSessionNotClosed | 
AsContentHashMismatch
Gets this instance as a ContentHashMismatch, or null.
Declaration
public UploadSessionFinishError.ContentHashMismatch AsContentHashMismatch { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionFinishError.ContentHashMismatch | 
AsLookupFailed
Gets this instance as a LookupFailed, or null.
Declaration
public UploadSessionFinishError.LookupFailed AsLookupFailed { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionFinishError.LookupFailed | 
AsOther
Gets this instance as a Other, or null.
Declaration
public UploadSessionFinishError.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionFinishError.Other | 
AsPath
Gets this instance as a Path, or null.
Declaration
public UploadSessionFinishError.Path AsPath { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionFinishError.Path | 
AsPayloadTooLarge
Gets this instance as a PayloadTooLarge, or null.
Declaration
public UploadSessionFinishError.PayloadTooLarge AsPayloadTooLarge { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionFinishError.PayloadTooLarge | 
AsPropertiesError
Gets this instance as a PropertiesError, or null.
Declaration
public UploadSessionFinishError.PropertiesError AsPropertiesError { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionFinishError.PropertiesError | 
AsTooManySharedFolderTargets
Gets this instance as a TooManySharedFolderTargets, or null.
Declaration
public UploadSessionFinishError.TooManySharedFolderTargets AsTooManySharedFolderTargets { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionFinishError.TooManySharedFolderTargets | 
AsTooManyWriteOperations
Gets this instance as a TooManyWriteOperations, or null.
Declaration
public UploadSessionFinishError.TooManyWriteOperations AsTooManyWriteOperations { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionFinishError.TooManyWriteOperations | 
IsConcurrentSessionDataNotAllowed
Gets a value indicating whether this instance is ConcurrentSessionDataNotAllowed
Declaration
public bool IsConcurrentSessionDataNotAllowed { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsConcurrentSessionMissingData
Gets a value indicating whether this instance is ConcurrentSessionMissingData
Declaration
public bool IsConcurrentSessionMissingData { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsConcurrentSessionNotClosed
Gets a value indicating whether this instance is ConcurrentSessionNotClosed
Declaration
public bool IsConcurrentSessionNotClosed { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsContentHashMismatch
Gets a value indicating whether this instance is ContentHashMismatch
Declaration
public bool IsContentHashMismatch { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsLookupFailed
Gets a value indicating whether this instance is LookupFailed
Declaration
public bool IsLookupFailed { 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 | 
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsPayloadTooLarge
Gets a value indicating whether this instance is PayloadTooLarge
Declaration
public bool IsPayloadTooLarge { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsPropertiesError
Gets a value indicating whether this instance is PropertiesError
Declaration
public bool IsPropertiesError { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsTooManySharedFolderTargets
Gets a value indicating whether this instance is TooManySharedFolderTargets
Declaration
public bool IsTooManySharedFolderTargets { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsTooManyWriteOperations
Gets a value indicating whether this instance is TooManyWriteOperations
Declaration
public bool IsTooManyWriteOperations { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |