Class GetFileRequestArgs
Arguments for GetAsync(GetFileRequestArgs).
Inheritance
System.Object
GetFileRequestArgs
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 GetFileRequestArgs
Constructors
| Improve this Doc View SourceGetFileRequestArgs(String)
Initializes a new instance of the GetFileRequestArgs class.
Declaration
public GetFileRequestArgs(string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The ID of the file request to retrieve. |
Properties
| Improve this Doc View SourceId
The ID of the file request to retrieve.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |