Show / Hide Table of Contents

Class PaperAsFilesValue

The value for UserFeature.PaperAsFiles.

Inheritance
System.Object
PaperAsFilesValue
PaperAsFilesValue.Enabled
PaperAsFilesValue.Other
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 class PaperAsFilesValue

Constructors

| Improve this Doc View Source

PaperAsFilesValue()

Initializes a new instance of the PaperAsFilesValue class.

Declaration
public PaperAsFilesValue()

Properties

| Improve this Doc View Source

AsEnabled

Gets this instance as a Enabled, or null.

Declaration
public PaperAsFilesValue.Enabled AsEnabled { get; }
Property Value
Type Description
PaperAsFilesValue.Enabled
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public PaperAsFilesValue.Other AsOther { get; }
Property Value
Type Description
PaperAsFilesValue.Other
| Improve this Doc View Source

IsEnabled

Gets a value indicating whether this instance is Enabled

Declaration
public bool IsEnabled { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperAsFilesValue()
  • Properties
    • AsEnabled
    • AsOther
    • IsEnabled
    • IsOther
Back to top Generated by DocFX