Dropbox .NET SDK
Show / Hide Table of Contents

Class ListFileRequestsArg

Arguments for ListV2Async(ListFileRequestsArg).

Inheritance
object
ListFileRequestsArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class ListFileRequestsArg

Constructors

View Source

ListFileRequestsArg(ulong)

Initializes a new instance of the ListFileRequestsArg class.

Declaration
public ListFileRequestsArg(ulong limit = 1000)
Parameters
Type Name Description
ulong limit

The maximum number of file requests that should be returned per request.

Properties

View Source

Limit

The maximum number of file requests that should be returned per request.

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