Dropbox .NET SDK
Show / Hide Table of Contents

Class ImportFormat.PlainText

The provided data is interpreted as plain text. The first line of the provided document will be used as the doc title.

Inheritance
object
ImportFormat
ImportFormat.PlainText
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.PlainText : ImportFormat

Fields

View Source

Instance

A singleton instance of PlainText

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