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.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public sealed class Enabled : PaperAsFilesValue
  Constructors
| Improve this Doc View SourceEnabled(Boolean)
Initializes a new instance of the PaperAsFilesValue.Enabled class.
Declaration
public Enabled(bool value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | value | The value  | 
      
Properties
| Improve this Doc View SourceValue
Gets the value of this instance.
Declaration
public bool Value { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |