Show / Hide Table of Contents

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 Source

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

Id

The ID of the file request to retrieve.

Declaration
public string Id { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetFileRequestArgs(String)
  • Properties
    • Id
Back to top Generated by DocFX