Class SaveUrlError
The save url error object
Inheritance
System.Object
    SaveUrlError
      
      
      
      
      
  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 SaveUrlError
  Constructors
| Improve this Doc View SourceSaveUrlError()
Initializes a new instance of the SaveUrlError class.
Declaration
public SaveUrlError()
  Properties
| Improve this Doc View SourceAsDownloadFailed
Gets this instance as a DownloadFailed, or null.
Declaration
public SaveUrlError.DownloadFailed AsDownloadFailed { get; }
  Property Value
| Type | Description | 
|---|---|
| SaveUrlError.DownloadFailed | 
AsInvalidUrl
Gets this instance as a InvalidUrl, or null.
Declaration
public SaveUrlError.InvalidUrl AsInvalidUrl { get; }
  Property Value
| Type | Description | 
|---|---|
| SaveUrlError.InvalidUrl | 
AsNotFound
Gets this instance as a NotFound, or null.
Declaration
public SaveUrlError.NotFound AsNotFound { get; }
  Property Value
| Type | Description | 
|---|---|
| SaveUrlError.NotFound | 
AsOther
Gets this instance as a Other, or null.
Declaration
public SaveUrlError.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| SaveUrlError.Other | 
AsPath
Gets this instance as a Path, or null.
Declaration
public SaveUrlError.Path AsPath { get; }
  Property Value
| Type | Description | 
|---|---|
| SaveUrlError.Path | 
IsDownloadFailed
Gets a value indicating whether this instance is DownloadFailed
Declaration
public bool IsDownloadFailed { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsInvalidUrl
Gets a value indicating whether this instance is InvalidUrl
Declaration
public bool IsInvalidUrl { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsNotFound
Gets a value indicating whether this instance is NotFound
Declaration
public bool IsNotFound { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |