Dropbox .NET SDK
Show / Hide Table of Contents

Class GetTemporaryLinkError

The get temporary link error object

Inheritance
object
GetTemporaryLinkError
GetTemporaryLinkError.EmailNotVerified
GetTemporaryLinkError.NotAllowed
GetTemporaryLinkError.Other
GetTemporaryLinkError.Path
GetTemporaryLinkError.UnsupportedFile
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class GetTemporaryLinkError

Constructors

View Source

GetTemporaryLinkError()

Initializes a new instance of the GetTemporaryLinkError class.

Declaration
public GetTemporaryLinkError()

Properties

View Source

AsEmailNotVerified

Gets this instance as a EmailNotVerified, or null.

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

AsNotAllowed

Gets this instance as a NotAllowed, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsPath

Gets this instance as a Path, or null.

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

AsUnsupportedFile

Gets this instance as a UnsupportedFile, or null.

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

IsEmailNotVerified

Gets a value indicating whether this instance is EmailNotVerified

Declaration
public bool IsEmailNotVerified { get; }
Property Value
Type Description
bool
View Source

IsNotAllowed

Gets a value indicating whether this instance is NotAllowed

Declaration
public bool IsNotAllowed { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
bool
View Source

IsUnsupportedFile

Gets a value indicating whether this instance is UnsupportedFile

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