Dropbox .NET SDK
Show / Hide Table of Contents

Class GetMarkdownResult

The get markdown result object

Inheritance
object
GetMarkdownResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class GetMarkdownResult

Constructors

View Source

GetMarkdownResult(string)

Initializes a new instance of the GetMarkdownResult class.

Declaration
public GetMarkdownResult(string markdown = "")
Parameters
Type Name Description
string markdown

The converted markdown content

Properties

View Source

Markdown

The converted markdown content

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