Class EchoResult
EchoResult contains the result returned from the Dropbox servers.
Inheritance
System.Object
EchoResult
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 EchoResult
Constructors
| Improve this Doc View SourceEchoResult(String)
Initializes a new instance of the EchoResult class.
Declaration
public EchoResult(string result = "")
Parameters
Type | Name | Description |
---|---|---|
System.String | result | If everything worked correctly, this would be the same as query. |
Properties
| Improve this Doc View SourceResult
If everything worked correctly, this would be the same as query.
Declaration
public string Result { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |