Dropbox .NET SDK
Show / Hide Table of Contents

Class UploadSessionOffsetError

The upload session offset error object

Inheritance
object
UploadSessionOffsetError
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 UploadSessionOffsetError

Constructors

View Source

UploadSessionOffsetError(ulong)

Initializes a new instance of the UploadSessionOffsetError class.

Declaration
public UploadSessionOffsetError(ulong correctOffset)
Parameters
Type Name Description
ulong correctOffset

The offset up to which data has been collected.

Properties

View Source

CorrectOffset

The offset up to which data has been collected.

Declaration
public ulong CorrectOffset { get; protected set; }
Property Value
Type Description
ulong
  • View Source
In this article
Back to top Dropbox .NET SDK