Dropbox .NET SDK
Show / Hide Table of Contents

Class ImportFormat.Html

The provided data is interpreted as standard HTML.

Inheritance
object
ImportFormat
ImportFormat.Html
Inherited Members
ImportFormat.IsHtml
ImportFormat.AsHtml
ImportFormat.IsMarkdown
ImportFormat.AsMarkdown
ImportFormat.IsPlainText
ImportFormat.AsPlainText
ImportFormat.IsOther
ImportFormat.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 ImportFormat.Html : ImportFormat

Fields

View Source

Instance

A singleton instance of Html

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