Dropbox .NET SDK
Show / Hide Table of Contents

Class UploadError.Path

Unable to save the uploaded contents to a file.

Inheritance
object
UploadError
UploadError.Path
Inherited Members
UploadError.IsPath
UploadError.AsPath
UploadError.IsPropertiesError
UploadError.AsPropertiesError
UploadError.IsPayloadTooLarge
UploadError.AsPayloadTooLarge
UploadError.IsContentHashMismatch
UploadError.AsContentHashMismatch
UploadError.IsEncryptionNotSupported
UploadError.AsEncryptionNotSupported
UploadError.IsOther
UploadError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class UploadError.Path : UploadError

Constructors

View Source

Path(UploadWriteFailed)

Initializes a new instance of the UploadError.Path class.

Declaration
public Path(UploadWriteFailed value)
Parameters
Type Name Description
UploadWriteFailed value

The value

Properties

View Source

Value

Gets the value of this instance.

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