Dropbox .NET SDK
Show / Hide Table of Contents

Class ExportFormat.Html

The HTML export format.

Inheritance
object
ExportFormat
ExportFormat.Html
Inherited Members
ExportFormat.IsHtml
ExportFormat.AsHtml
ExportFormat.IsMarkdown
ExportFormat.AsMarkdown
ExportFormat.IsJson
ExportFormat.AsJson
ExportFormat.IsOther
ExportFormat.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public sealed class ExportFormat.Html : ExportFormat

Fields

View Source

Instance

A singleton instance of Html

Declaration
public static readonly ExportFormat.Html Instance
Field Value
Type Description
ExportFormat.Html
  • View Source
In this article
Back to top Dropbox .NET SDK