Show / Hide Table of Contents

Class UploadSessionOffsetError

The upload session offset error object

Inheritance
System.Object
UploadSessionOffsetError
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 UploadSessionOffsetError

Constructors

| Improve this Doc View Source

UploadSessionOffsetError(UInt64)

Initializes a new instance of the UploadSessionOffsetError class.

Declaration
public UploadSessionOffsetError(ulong correctOffset)
Parameters
Type Name Description
System.UInt64 correctOffset

The offset up to which data has been collected.

Properties

| Improve this Doc View Source

CorrectOffset

The offset up to which data has been collected.

Declaration
public ulong CorrectOffset { get; protected set; }
Property Value
Type Description
System.UInt64
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UploadSessionOffsetError(UInt64)
  • Properties
    • CorrectOffset
Back to top Generated by DocFX