Show / Hide Table of Contents

Class SaveUrlError

The save url error object

Inheritance
System.Object
SaveUrlError
SaveUrlError.DownloadFailed
SaveUrlError.InvalidUrl
SaveUrlError.NotFound
SaveUrlError.Other
SaveUrlError.Path
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 Source

SaveUrlError()

Initializes a new instance of the SaveUrlError class.

Declaration
public SaveUrlError()

Properties

| Improve this Doc View Source

AsDownloadFailed

Gets this instance as a DownloadFailed, or null.

Declaration
public SaveUrlError.DownloadFailed AsDownloadFailed { get; }
Property Value
Type Description
SaveUrlError.DownloadFailed
| Improve this Doc View Source

AsInvalidUrl

Gets this instance as a InvalidUrl, or null.

Declaration
public SaveUrlError.InvalidUrl AsInvalidUrl { get; }
Property Value
Type Description
SaveUrlError.InvalidUrl
| Improve this Doc View Source

AsNotFound

Gets this instance as a NotFound, or null.

Declaration
public SaveUrlError.NotFound AsNotFound { get; }
Property Value
Type Description
SaveUrlError.NotFound
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public SaveUrlError.Other AsOther { get; }
Property Value
Type Description
SaveUrlError.Other
| Improve this Doc View Source

AsPath

Gets this instance as a Path, or null.

Declaration
public SaveUrlError.Path AsPath { get; }
Property Value
Type Description
SaveUrlError.Path
| Improve this Doc View Source

IsDownloadFailed

Gets a value indicating whether this instance is DownloadFailed

Declaration
public bool IsDownloadFailed { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInvalidUrl

Gets a value indicating whether this instance is InvalidUrl

Declaration
public bool IsInvalidUrl { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNotFound

Gets a value indicating whether this instance is NotFound

Declaration
public bool IsNotFound { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SaveUrlError()
  • Properties
    • AsDownloadFailed
    • AsInvalidUrl
    • AsNotFound
    • AsOther
    • AsPath
    • IsDownloadFailed
    • IsInvalidUrl
    • IsNotFound
    • IsOther
    • IsPath
Back to top Generated by DocFX