Dropbox .NET SDK
Show / Hide Table of Contents

Class UploadSessionStartError

The upload session start error object

Inheritance
object
UploadSessionStartError
UploadSessionStartError.ConcurrentSessionCloseNotAllowed
UploadSessionStartError.ConcurrentSessionDataNotAllowed
UploadSessionStartError.ContentHashMismatch
UploadSessionStartError.Other
UploadSessionStartError.PayloadTooLarge
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 UploadSessionStartError

Constructors

View Source

UploadSessionStartError()

Initializes a new instance of the UploadSessionStartError class.

Declaration
public UploadSessionStartError()

Properties

View Source

AsConcurrentSessionCloseNotAllowed

Gets this instance as a ConcurrentSessionCloseNotAllowed, or null.

Declaration
public UploadSessionStartError.ConcurrentSessionCloseNotAllowed AsConcurrentSessionCloseNotAllowed { get; }
Property Value
Type Description
UploadSessionStartError.ConcurrentSessionCloseNotAllowed
View Source

AsConcurrentSessionDataNotAllowed

Gets this instance as a ConcurrentSessionDataNotAllowed, or null.

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

AsContentHashMismatch

Gets this instance as a ContentHashMismatch, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsPayloadTooLarge

Gets this instance as a PayloadTooLarge, or null.

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

IsConcurrentSessionCloseNotAllowed

Gets a value indicating whether this instance is ConcurrentSessionCloseNotAllowed

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

IsConcurrentSessionDataNotAllowed

Gets a value indicating whether this instance is ConcurrentSessionDataNotAllowed

Declaration
public bool IsConcurrentSessionDataNotAllowed { 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

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { 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
In this article
Back to top Dropbox .NET SDK