Class SharedLinkError
The shared link error object
Inheritance
SharedLinkError
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkError
Constructors
View SourceSharedLinkError()
Initializes a new instance of the SharedLinkError class.
Declaration
public SharedLinkError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public SharedLinkError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkError.Other |
AsSharedLinkAccessDenied
Gets this instance as a SharedLinkAccessDenied, or null.
Declaration
public SharedLinkError.SharedLinkAccessDenied AsSharedLinkAccessDenied { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkError.SharedLinkAccessDenied |
AsSharedLinkNotFound
Gets this instance as a SharedLinkNotFound, or null.
Declaration
public SharedLinkError.SharedLinkNotFound AsSharedLinkNotFound { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkError.SharedLinkNotFound |
AsUnsupportedLinkType
Gets this instance as a UnsupportedLinkType, or null.
Declaration
public SharedLinkError.UnsupportedLinkType AsUnsupportedLinkType { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkError.UnsupportedLinkType |
AsUnsupportedParameterField
Gets this instance as a UnsupportedParameterField, or null.
Declaration
public SharedLinkError.UnsupportedParameterField AsUnsupportedParameterField { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkError.UnsupportedParameterField |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSharedLinkAccessDenied
Gets a value indicating whether this instance is SharedLinkAccessDenied
Declaration
public bool IsSharedLinkAccessDenied { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSharedLinkNotFound
Gets a value indicating whether this instance is SharedLinkNotFound
Declaration
public bool IsSharedLinkNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnsupportedLinkType
Gets a value indicating whether this instance is UnsupportedLinkType
Declaration
public bool IsUnsupportedLinkType { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnsupportedParameterField
Gets a value indicating whether this instance is UnsupportedParameterField
Declaration
public bool IsUnsupportedParameterField { get; }
Property Value
| Type | Description |
|---|---|
| bool |