Show / Hide Table of Contents

Class SaveUrlJobStatus.Failed

The failed object

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

Constructors

| Improve this Doc 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

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public SaveUrlError Value { get; }
Property Value
Type Description
SaveUrlError
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Failed(SaveUrlError)
  • Properties
    • Value
Back to top Generated by DocFX