Show / Hide Table of Contents

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 Source

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

Result

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

Declaration
public string Result { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • EchoResult(String)
  • Properties
    • Result
Back to top Generated by DocFX