Dropbox .NET SDK
Show / Hide Table of Contents

Class ListFileMembersError.UserError

The user error object

Inheritance
object
ListFileMembersError
ListFileMembersError.UserError
Inherited Members
ListFileMembersError.IsUserError
ListFileMembersError.AsUserError
ListFileMembersError.IsAccessError
ListFileMembersError.AsAccessError
ListFileMembersError.IsOther
ListFileMembersError.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 ListFileMembersError.UserError : ListFileMembersError

Constructors

View Source

UserError(SharingUserError)

Initializes a new instance of the ListFileMembersError.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