Class EchoResult
EchoResult contains the result returned from the Dropbox servers.
Inherited Members
Namespace: Dropbox.Api.Check
Assembly: Dropbox.Api.dll
Syntax
public class EchoResult
Constructors
View SourceEchoResult(string)
Initializes a new instance of the EchoResult class.
Declaration
public EchoResult(string result = "")
Parameters
| Type | Name | Description |
|---|---|---|
| string | result | If everything worked correctly, this would be the same as query. |
Properties
View SourceResult
If everything worked correctly, this would be the same as query.
Declaration
public string Result { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |