Class GetMarkdownResult
The get markdown result object
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class GetMarkdownResult
Constructors
View SourceGetMarkdownResult(string)
Initializes a new instance of the GetMarkdownResult class.
Declaration
public GetMarkdownResult(string markdown = "")
Parameters
| Type | Name | Description |
|---|---|---|
| string | markdown | The markdown the source document was converted to. |
Properties
View SourceMarkdown
The markdown the source document was converted to.
Declaration
public string Markdown { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |