Dropbox .NET SDK
Show / Hide Table of Contents

Class SaveUrlJobStatus.Failed

The failed object

Inheritance
object
SaveUrlJobStatus
SaveUrlJobStatus.Failed
Inherited Members
SaveUrlJobStatus.IsComplete
SaveUrlJobStatus.AsComplete
SaveUrlJobStatus.IsFailed
SaveUrlJobStatus.AsFailed
SaveUrlJobStatus.IsInProgress
SaveUrlJobStatus.AsInProgress
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 SaveUrlJobStatus.Failed : SaveUrlJobStatus

Constructors

View Source

Failed(SaveUrlError)

Initializes a new instance of the SaveUrlJobStatus.Failed class.

Declaration
public Failed(SaveUrlError value)
Parameters
Type Name Description
SaveUrlError value

The value

Properties

View Source

Value

Gets the value of this instance.

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