Show / Hide Table of Contents

Class UploadSessionStartError

The upload session start error object

Inheritance
System.Object
UploadSessionStartError
UploadSessionStartError.ConcurrentSessionCloseNotAllowed
UploadSessionStartError.ConcurrentSessionDataNotAllowed
UploadSessionStartError.ContentHashMismatch
UploadSessionStartError.Other
UploadSessionStartError.PayloadTooLarge
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class UploadSessionStartError

Constructors

| Improve this Doc View Source

UploadSessionStartError()

Initializes a new instance of the UploadSessionStartError class.

Declaration
public UploadSessionStartError()

Properties

| Improve this Doc View Source

AsConcurrentSessionCloseNotAllowed

Gets this instance as a ConcurrentSessionCloseNotAllowed, or null.

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

AsConcurrentSessionDataNotAllowed

Gets this instance as a ConcurrentSessionDataNotAllowed, or null.

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

AsContentHashMismatch

Gets this instance as a ContentHashMismatch, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsPayloadTooLarge

Gets this instance as a PayloadTooLarge, or null.

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

IsConcurrentSessionCloseNotAllowed

Gets a value indicating whether this instance is ConcurrentSessionCloseNotAllowed

Declaration
public bool IsConcurrentSessionCloseNotAllowed { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsConcurrentSessionDataNotAllowed

Gets a value indicating whether this instance is ConcurrentSessionDataNotAllowed

Declaration
public bool IsConcurrentSessionDataNotAllowed { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsContentHashMismatch

Gets a value indicating whether this instance is ContentHashMismatch

Declaration
public bool IsContentHashMismatch { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPayloadTooLarge

Gets a value indicating whether this instance is PayloadTooLarge

Declaration
public bool IsPayloadTooLarge { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UploadSessionStartError()
  • Properties
    • AsConcurrentSessionCloseNotAllowed
    • AsConcurrentSessionDataNotAllowed
    • AsContentHashMismatch
    • AsOther
    • AsPayloadTooLarge
    • IsConcurrentSessionCloseNotAllowed
    • IsConcurrentSessionDataNotAllowed
    • IsContentHashMismatch
    • IsOther
    • IsPayloadTooLarge
Back to top Generated by DocFX