Show / Hide Table of Contents

Class UploadSessionLookupError

The upload session lookup error object

Inheritance
System.Object
UploadSessionLookupError
UploadSessionLookupError.Closed
UploadSessionLookupError.ConcurrentSessionInvalidDataSize
UploadSessionLookupError.ConcurrentSessionInvalidOffset
UploadSessionLookupError.IncorrectOffset
UploadSessionLookupError.NotClosed
UploadSessionLookupError.NotFound
UploadSessionLookupError.Other
UploadSessionLookupError.PayloadTooLarge
UploadSessionLookupError.TooLarge
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 UploadSessionLookupError

Constructors

| Improve this Doc View Source

UploadSessionLookupError()

Initializes a new instance of the UploadSessionLookupError class.

Declaration
public UploadSessionLookupError()

Properties

| Improve this Doc View Source

AsClosed

Gets this instance as a Closed, or null.

Declaration
public UploadSessionLookupError.Closed AsClosed { get; }
Property Value
Type Description
UploadSessionLookupError.Closed
| Improve this Doc View Source

AsConcurrentSessionInvalidDataSize

Gets this instance as a ConcurrentSessionInvalidDataSize, or null.

Declaration
public UploadSessionLookupError.ConcurrentSessionInvalidDataSize AsConcurrentSessionInvalidDataSize { get; }
Property Value
Type Description
UploadSessionLookupError.ConcurrentSessionInvalidDataSize
| Improve this Doc View Source

AsConcurrentSessionInvalidOffset

Gets this instance as a ConcurrentSessionInvalidOffset, or null.

Declaration
public UploadSessionLookupError.ConcurrentSessionInvalidOffset AsConcurrentSessionInvalidOffset { get; }
Property Value
Type Description
UploadSessionLookupError.ConcurrentSessionInvalidOffset
| Improve this Doc View Source

AsIncorrectOffset

Gets this instance as a IncorrectOffset, or null.

Declaration
public UploadSessionLookupError.IncorrectOffset AsIncorrectOffset { get; }
Property Value
Type Description
UploadSessionLookupError.IncorrectOffset
| Improve this Doc View Source

AsNotClosed

Gets this instance as a NotClosed, or null.

Declaration
public UploadSessionLookupError.NotClosed AsNotClosed { get; }
Property Value
Type Description
UploadSessionLookupError.NotClosed
| Improve this Doc View Source

AsNotFound

Gets this instance as a NotFound, or null.

Declaration
public UploadSessionLookupError.NotFound AsNotFound { get; }
Property Value
Type Description
UploadSessionLookupError.NotFound
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPayloadTooLarge

Gets this instance as a PayloadTooLarge, or null.

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

AsTooLarge

Gets this instance as a TooLarge, or null.

Declaration
public UploadSessionLookupError.TooLarge AsTooLarge { get; }
Property Value
Type Description
UploadSessionLookupError.TooLarge
| Improve this Doc View Source

IsClosed

Gets a value indicating whether this instance is Closed

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

IsConcurrentSessionInvalidDataSize

Gets a value indicating whether this instance is ConcurrentSessionInvalidDataSize

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

IsConcurrentSessionInvalidOffset

Gets a value indicating whether this instance is ConcurrentSessionInvalidOffset

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

IsIncorrectOffset

Gets a value indicating whether this instance is IncorrectOffset

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

IsNotClosed

Gets a value indicating whether this instance is NotClosed

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

IsNotFound

Gets a value indicating whether this instance is NotFound

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

IsTooLarge

Gets a value indicating whether this instance is TooLarge

Declaration
public bool IsTooLarge { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UploadSessionLookupError()
  • Properties
    • AsClosed
    • AsConcurrentSessionInvalidDataSize
    • AsConcurrentSessionInvalidOffset
    • AsIncorrectOffset
    • AsNotClosed
    • AsNotFound
    • AsOther
    • AsPayloadTooLarge
    • AsTooLarge
    • IsClosed
    • IsConcurrentSessionInvalidDataSize
    • IsConcurrentSessionInvalidOffset
    • IsIncorrectOffset
    • IsNotClosed
    • IsNotFound
    • IsOther
    • IsPayloadTooLarge
    • IsTooLarge
Back to top Generated by DocFX