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 converted markdown content |
Properties
View SourceMarkdown
The converted markdown content
Declaration
public string Markdown { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |