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 SourceEchoArg(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 SourceQuery
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 |