Dropbox .NET SDK
Show / Hide Table of Contents

Class ListFilesContinueError.UserError

User account had a problem.

Inheritance
object
ListFilesContinueError
ListFilesContinueError.UserError
Inherited Members
ListFilesContinueError.IsUserError
ListFilesContinueError.AsUserError
ListFilesContinueError.IsInvalidCursor
ListFilesContinueError.AsInvalidCursor
ListFilesContinueError.IsOther
ListFilesContinueError.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 ListFilesContinueError.UserError : ListFilesContinueError

Constructors

View Source

UserError(SharingUserError)

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