Class GetFileMetadataBatchArg
Arguments of GetFileMetadataBatchAsync(GetFileMetadataBatchArg).
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class GetFileMetadataBatchArg
Constructors
View SourceGetFileMetadataBatchArg(IEnumerable<string>, IEnumerable<FileAction>)
Initializes a new instance of the GetFileMetadataBatchArg class.
Declaration
public GetFileMetadataBatchArg(IEnumerable<string> files, IEnumerable<FileAction> actions = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | files | The files to query. |
| 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> |
Files
The files to query.
Declaration
public IList<string> Files { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |