Class EchoArg
Contains the arguments to be sent to the Dropbox servers.
Inherited Members
Namespace: Dropbox.Api.Check
Assembly: Dropbox.Api.dll
Syntax
public class EchoArg
Constructors
View SourceEchoArg(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 SourceQuery
The string that you'd like to be echoed back to you.
Declaration
public string Query { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |