Class GetFileMetadataError
Error result for GetFileMetadataAsync(GetFileMetadataArg).
Inheritance
GetFileMetadataError
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class GetFileMetadataError
Constructors
View SourceGetFileMetadataError()
Initializes a new instance of the GetFileMetadataError class.
Declaration
public GetFileMetadataError()
Properties
View SourceAsAccessError
Gets this instance as a AccessError, or null.
Declaration
public GetFileMetadataError.AccessError AsAccessError { get; }
Property Value
| Type | Description |
|---|---|
| GetFileMetadataError.AccessError |
AsOther
Gets this instance as a Other, or null.
Declaration
public GetFileMetadataError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| GetFileMetadataError.Other |
AsUserError
Gets this instance as a UserError, or null.
Declaration
public GetFileMetadataError.UserError AsUserError { get; }
Property Value
| Type | Description |
|---|---|
| GetFileMetadataError.UserError |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserError
Gets a value indicating whether this instance is UserError
Declaration
public bool IsUserError { get; }
Property Value
| Type | Description |
|---|---|
| bool |