Dropbox .NET SDK
Show / Hide Table of Contents

Class GetFileMetadataError

Error result for GetFileMetadataAsync(GetFileMetadataArg).

Inheritance
object
GetFileMetadataError
GetFileMetadataError.AccessError
GetFileMetadataError.Other
GetFileMetadataError.UserError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class GetFileMetadataError

Constructors

View Source

GetFileMetadataError()

Initializes a new instance of the GetFileMetadataError class.

Declaration
public GetFileMetadataError()

Properties

View Source

AsAccessError

Gets this instance as a AccessError, or null.

Declaration
public GetFileMetadataError.AccessError AsAccessError { get; }
Property Value
Type Description
GetFileMetadataError.AccessError
View Source

AsOther

Gets this instance as a Other, or null.

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

AsUserError

Gets this instance as a UserError, or null.

Declaration
public GetFileMetadataError.UserError AsUserError { get; }
Property Value
Type Description
GetFileMetadataError.UserError
View Source

IsAccessError

Gets a value indicating whether this instance is AccessError

Declaration
public bool IsAccessError { 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

IsUserError

Gets a value indicating whether this instance is UserError

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