Dropbox .NET SDK
Show / Hide Table of Contents

Class EchoResult

EchoResult contains the result returned from the Dropbox servers.

Inheritance
object
EchoResult
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 EchoResult

Constructors

View Source

EchoResult(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 Source

Result

If everything worked correctly, this would be the same as query.

Declaration
public string Result { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK