Dropbox .NET SDK
Show / Hide Table of Contents

Class GetFileMetadataError.UserError

The user error object

Inheritance
object
GetFileMetadataError
GetFileMetadataError.UserError
Inherited Members
GetFileMetadataError.IsUserError
GetFileMetadataError.AsUserError
GetFileMetadataError.IsAccessError
GetFileMetadataError.AsAccessError
GetFileMetadataError.IsOther
GetFileMetadataError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class GetFileMetadataError.UserError : GetFileMetadataError

Constructors

View Source

UserError(SharingUserError)

Initializes a new instance of the GetFileMetadataError.UserError class.

Declaration
public UserError(SharingUserError value)
Parameters
Type Name Description
SharingUserError value

The value

Properties

View Source

Value

Gets the value of this instance.

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