Show / Hide Table of Contents

Class GetTemporaryLinkError

The get temporary link error object

Inheritance
System.Object
GetTemporaryLinkError
GetTemporaryLinkError.EmailNotVerified
GetTemporaryLinkError.NotAllowed
GetTemporaryLinkError.Other
GetTemporaryLinkError.Path
GetTemporaryLinkError.UnsupportedFile
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 GetTemporaryLinkError

Constructors

| Improve this Doc View Source

GetTemporaryLinkError()

Initializes a new instance of the GetTemporaryLinkError class.

Declaration
public GetTemporaryLinkError()

Properties

| Improve this Doc View Source

AsEmailNotVerified

Gets this instance as a EmailNotVerified, or null.

Declaration
public GetTemporaryLinkError.EmailNotVerified AsEmailNotVerified { get; }
Property Value
Type Description
GetTemporaryLinkError.EmailNotVerified
| Improve this Doc View Source

AsNotAllowed

Gets this instance as a NotAllowed, or null.

Declaration
public GetTemporaryLinkError.NotAllowed AsNotAllowed { get; }
Property Value
Type Description
GetTemporaryLinkError.NotAllowed
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPath

Gets this instance as a Path, or null.

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

AsUnsupportedFile

Gets this instance as a UnsupportedFile, or null.

Declaration
public GetTemporaryLinkError.UnsupportedFile AsUnsupportedFile { get; }
Property Value
Type Description
GetTemporaryLinkError.UnsupportedFile
| Improve this Doc View Source

IsEmailNotVerified

Gets a value indicating whether this instance is EmailNotVerified

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

IsNotAllowed

Gets a value indicating whether this instance is NotAllowed

Declaration
public bool IsNotAllowed { 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

IsUnsupportedFile

Gets a value indicating whether this instance is UnsupportedFile

Declaration
public bool IsUnsupportedFile { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetTemporaryLinkError()
  • Properties
    • AsEmailNotVerified
    • AsNotAllowed
    • AsOther
    • AsPath
    • AsUnsupportedFile
    • IsEmailNotVerified
    • IsNotAllowed
    • IsOther
    • IsPath
    • IsUnsupportedFile
Back to top Generated by DocFX