Class ListFileRequestsArg
Arguments for ListV2Async(ListFileRequestsArg).
Inheritance
System.Object
ListFileRequestsArg
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class ListFileRequestsArg
Constructors
| Improve this Doc View SourceListFileRequestsArg(UInt64)
Initializes a new instance of the ListFileRequestsArg class.
Declaration
public ListFileRequestsArg(ulong limit = 1000UL)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | limit | The maximum number of file requests that should be returned per request. |
Properties
| Improve this Doc View SourceLimit
The maximum number of file requests that should be returned per request.
Declaration
public ulong Limit { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |