Class ListFilesArg
Arguments for ListReceivedFilesAsync(ListFilesArg).
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ListFilesArg
Constructors
View SourceListFilesArg(uint, IEnumerable<FileAction>)
Initializes a new instance of the ListFilesArg class.
Declaration
public ListFilesArg(uint limit = 100, IEnumerable<FileAction> actions = null)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | limit | Number of files to return max per query. Defaults to 100 if no limit is specified. |
| IEnumerable<FileAction> | actions | A list of |
Properties
View SourceActions
A list of `FileAction`s corresponding to `FilePermission`s that should appear in the response's Permissions field describing the actions the authenticated user can perform on the file.
Declaration
public IList<FileAction> Actions { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<FileAction> |
Limit
Number of files to return max per query. Defaults to 100 if no limit is specified.
Declaration
public uint Limit { get; protected set; }
Property Value
| Type | Description |
|---|---|
| uint |