Class GetFileRequestArgs
Arguments for GetAsync(GetFileRequestArgs).
Inherited Members
Namespace: Dropbox.Api.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class GetFileRequestArgs
Constructors
View SourceGetFileRequestArgs(string)
Initializes a new instance of the GetFileRequestArgs class.
Declaration
public GetFileRequestArgs(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The ID of the file request to retrieve. |
Properties
View SourceId
The ID of the file request to retrieve.
Declaration
public string Id { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |