Dropbox .NET SDK
Show / Hide Table of Contents

Class GetFileRequestArgs

Arguments for GetAsync(GetFileRequestArgs).

Inheritance
object
GetFileRequestArgs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class GetFileRequestArgs

Constructors

View Source

GetFileRequestArgs(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 Source

Id

The ID of the file request to retrieve.

Declaration
public string Id { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK