Class GetTemporaryLinkError
The get temporary link error object
Inheritance
System.Object
GetTemporaryLinkError
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 SourceGetTemporaryLinkError()
Initializes a new instance of the GetTemporaryLinkError class.
Declaration
public GetTemporaryLinkError()
Properties
| Improve this Doc View SourceAsEmailNotVerified
Gets this instance as a EmailNotVerified, or null
.
Declaration
public GetTemporaryLinkError.EmailNotVerified AsEmailNotVerified { get; }
Property Value
Type | Description |
---|---|
GetTemporaryLinkError.EmailNotVerified |
AsNotAllowed
Gets this instance as a NotAllowed, or null
.
Declaration
public GetTemporaryLinkError.NotAllowed AsNotAllowed { get; }
Property Value
Type | Description |
---|---|
GetTemporaryLinkError.NotAllowed |
AsOther
Gets this instance as a Other, or null
.
Declaration
public GetTemporaryLinkError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
GetTemporaryLinkError.Other |
AsPath
Gets this instance as a Path, or null
.
Declaration
public GetTemporaryLinkError.Path AsPath { get; }
Property Value
Type | Description |
---|---|
GetTemporaryLinkError.Path |
AsUnsupportedFile
Gets this instance as a UnsupportedFile, or null
.
Declaration
public GetTemporaryLinkError.UnsupportedFile AsUnsupportedFile { get; }
Property Value
Type | Description |
---|---|
GetTemporaryLinkError.UnsupportedFile |
IsEmailNotVerified
Gets a value indicating whether this instance is EmailNotVerified
Declaration
public bool IsEmailNotVerified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNotAllowed
Gets a value indicating whether this instance is NotAllowed
Declaration
public bool IsNotAllowed { 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 |
IsUnsupportedFile
Gets a value indicating whether this instance is UnsupportedFile
Declaration
public bool IsUnsupportedFile { get; }
Property Value
Type | Description |
---|---|
System.Boolean |