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