Dropbox .NET SDK
Show / Hide Table of Contents

Class PaperAsFilesValue.Enabled

When this value is true, the user's Paper docs are accessible in Dropbox with the .paper extension and must be accessed via the /files endpoints. When this value is false, the user's Paper docs are stored separate from Dropbox files and folders and should be accessed via the /paper endpoints.

Inheritance
object
PaperAsFilesValue
PaperAsFilesValue.Enabled
Inherited Members
PaperAsFilesValue.IsEnabled
PaperAsFilesValue.AsEnabled
PaperAsFilesValue.IsOther
PaperAsFilesValue.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public sealed class PaperAsFilesValue.Enabled : PaperAsFilesValue

Constructors

View Source

Enabled(bool)

Initializes a new instance of the PaperAsFilesValue.Enabled class.

Declaration
public Enabled(bool value)
Parameters
Type Name Description
bool value

The value

Properties

View Source

Value

Gets the value of this instance.

Declaration
public bool Value { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK