Dropbox .NET SDK
Show / Hide Table of Contents

Class UploadSessionFinishError

The upload session finish error object

Inheritance
object
UploadSessionFinishError
UploadSessionFinishError.ConcurrentSessionDataNotAllowed
UploadSessionFinishError.ConcurrentSessionMissingData
UploadSessionFinishError.ConcurrentSessionNotClosed
UploadSessionFinishError.ContentHashMismatch
UploadSessionFinishError.EncryptionNotSupported
UploadSessionFinishError.LookupFailed
UploadSessionFinishError.Other
UploadSessionFinishError.Path
UploadSessionFinishError.PayloadTooLarge
UploadSessionFinishError.PropertiesError
UploadSessionFinishError.TooManySharedFolderTargets
UploadSessionFinishError.TooManyWriteOperations
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class UploadSessionFinishError

Constructors

View Source

UploadSessionFinishError()

Initializes a new instance of the UploadSessionFinishError class.

Declaration
public UploadSessionFinishError()

Properties

View Source

AsConcurrentSessionDataNotAllowed

Gets this instance as a ConcurrentSessionDataNotAllowed, or null.

Declaration
public UploadSessionFinishError.ConcurrentSessionDataNotAllowed AsConcurrentSessionDataNotAllowed { get; }
Property Value
Type Description
UploadSessionFinishError.ConcurrentSessionDataNotAllowed
View Source

AsConcurrentSessionMissingData

Gets this instance as a ConcurrentSessionMissingData, or null.

Declaration
public UploadSessionFinishError.ConcurrentSessionMissingData AsConcurrentSessionMissingData { get; }
Property Value
Type Description
UploadSessionFinishError.ConcurrentSessionMissingData
View Source

AsConcurrentSessionNotClosed

Gets this instance as a ConcurrentSessionNotClosed, or null.

Declaration
public UploadSessionFinishError.ConcurrentSessionNotClosed AsConcurrentSessionNotClosed { get; }
Property Value
Type Description
UploadSessionFinishError.ConcurrentSessionNotClosed
View Source

AsContentHashMismatch

Gets this instance as a ContentHashMismatch, or null.

Declaration
public UploadSessionFinishError.ContentHashMismatch AsContentHashMismatch { get; }
Property Value
Type Description
UploadSessionFinishError.ContentHashMismatch
View Source

AsEncryptionNotSupported

Gets this instance as a EncryptionNotSupported, or null.

Declaration
public UploadSessionFinishError.EncryptionNotSupported AsEncryptionNotSupported { get; }
Property Value
Type Description
UploadSessionFinishError.EncryptionNotSupported
View Source

AsLookupFailed

Gets this instance as a LookupFailed, or null.

Declaration
public UploadSessionFinishError.LookupFailed AsLookupFailed { get; }
Property Value
Type Description
UploadSessionFinishError.LookupFailed
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public UploadSessionFinishError.Other AsOther { get; }
Property Value
Type Description
UploadSessionFinishError.Other
View Source

AsPath

Gets this instance as a Path, or null.

Declaration
public UploadSessionFinishError.Path AsPath { get; }
Property Value
Type Description
UploadSessionFinishError.Path
View Source

AsPayloadTooLarge

Gets this instance as a PayloadTooLarge, or null.

Declaration
public UploadSessionFinishError.PayloadTooLarge AsPayloadTooLarge { get; }
Property Value
Type Description
UploadSessionFinishError.PayloadTooLarge
View Source

AsPropertiesError

Gets this instance as a PropertiesError, or null.

Declaration
public UploadSessionFinishError.PropertiesError AsPropertiesError { get; }
Property Value
Type Description
UploadSessionFinishError.PropertiesError
View Source

AsTooManySharedFolderTargets

Gets this instance as a TooManySharedFolderTargets, or null.

Declaration
public UploadSessionFinishError.TooManySharedFolderTargets AsTooManySharedFolderTargets { get; }
Property Value
Type Description
UploadSessionFinishError.TooManySharedFolderTargets
View Source

AsTooManyWriteOperations

Gets this instance as a TooManyWriteOperations, or null.

Declaration
public UploadSessionFinishError.TooManyWriteOperations AsTooManyWriteOperations { get; }
Property Value
Type Description
UploadSessionFinishError.TooManyWriteOperations
View Source

IsConcurrentSessionDataNotAllowed

Gets a value indicating whether this instance is ConcurrentSessionDataNotAllowed

Declaration
public bool IsConcurrentSessionDataNotAllowed { get; }
Property Value
Type Description
bool
View Source

IsConcurrentSessionMissingData

Gets a value indicating whether this instance is ConcurrentSessionMissingData

Declaration
public bool IsConcurrentSessionMissingData { get; }
Property Value
Type Description
bool
View Source

IsConcurrentSessionNotClosed

Gets a value indicating whether this instance is ConcurrentSessionNotClosed

Declaration
public bool IsConcurrentSessionNotClosed { get; }
Property Value
Type Description
bool
View Source

IsContentHashMismatch

Gets a value indicating whether this instance is ContentHashMismatch

Declaration
public bool IsContentHashMismatch { get; }
Property Value
Type Description
bool
View Source

IsEncryptionNotSupported

Gets a value indicating whether this instance is EncryptionNotSupported

Declaration
public bool IsEncryptionNotSupported { get; }
Property Value
Type Description
bool
View Source

IsLookupFailed

Gets a value indicating whether this instance is LookupFailed

Declaration
public bool IsLookupFailed { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
bool
View Source

IsPayloadTooLarge

Gets a value indicating whether this instance is PayloadTooLarge

Declaration
public bool IsPayloadTooLarge { get; }
Property Value
Type Description
bool
View Source

IsPropertiesError

Gets a value indicating whether this instance is PropertiesError

Declaration
public bool IsPropertiesError { get; }
Property Value
Type Description
bool
View Source

IsTooManySharedFolderTargets

Gets a value indicating whether this instance is TooManySharedFolderTargets

Declaration
public bool IsTooManySharedFolderTargets { get; }
Property Value
Type Description
bool
View Source

IsTooManyWriteOperations

Gets a value indicating whether this instance is TooManyWriteOperations

Declaration
public bool IsTooManyWriteOperations { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK