Show / Hide Table of Contents

Class EchoArg

EchoArg contains the arguments to be sent to the Dropbox servers.

Inheritance
System.Object
EchoArg
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.Check
Assembly: Dropbox.Api.dll
Syntax
public class EchoArg

Constructors

| Improve this Doc View Source

EchoArg(String)

Initializes a new instance of the EchoArg class.

Declaration
public EchoArg(string query = "")
Parameters
Type Name Description
System.String query

The string that you'd like to be echoed back to you.

Properties

| Improve this Doc View Source

Query

The string that you'd like to be echoed back to you.

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