Class SharedLinkMetadataError
The potential errors for a call to get_shared_link_metadata.
Inheritance
SharedLinkMetadataError
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkMetadataError
Constructors
View SourceSharedLinkMetadataError()
Initializes a new instance of the SharedLinkMetadataError class.
Declaration
public SharedLinkMetadataError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public SharedLinkMetadataError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkMetadataError.Other |
AsSharedLinkAccessDenied
Gets this instance as a SharedLinkAccessDenied, or null.
Declaration
public SharedLinkMetadataError.SharedLinkAccessDenied AsSharedLinkAccessDenied { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkMetadataError.SharedLinkAccessDenied |
AsSharedLinkNotFound
Gets this instance as a SharedLinkNotFound, or null.
Declaration
public SharedLinkMetadataError.SharedLinkNotFound AsSharedLinkNotFound { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkMetadataError.SharedLinkNotFound |
AsUnsupportedLinkType
Gets this instance as a UnsupportedLinkType, or null.
Declaration
public SharedLinkMetadataError.UnsupportedLinkType AsUnsupportedLinkType { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkMetadataError.UnsupportedLinkType |
AsUnsupportedParameterField
Gets this instance as a UnsupportedParameterField, or null.
Declaration
public SharedLinkMetadataError.UnsupportedParameterField AsUnsupportedParameterField { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkMetadataError.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 |