Dropbox .NET SDK
Show / Hide Table of Contents

Class EchoArg

Contains the arguments to be sent to the Dropbox servers.

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

Constructors

View Source

EchoArg(string)

Initializes a new instance of the EchoArg class.

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

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

Properties

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
string
  • View Source
In this article
Back to top Dropbox .NET SDK