Class PaperAsFilesValue
The value for UserFeature.PaperAsFiles.
Inherited Members
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class PaperAsFilesValue
Constructors
View SourcePaperAsFilesValue()
Initializes a new instance of the PaperAsFilesValue class.
Declaration
public PaperAsFilesValue()
Properties
View SourceAsEnabled
Gets this instance as a Enabled, or null.
Declaration
public PaperAsFilesValue.Enabled AsEnabled { get; }
Property Value
| Type | Description |
|---|---|
| PaperAsFilesValue.Enabled |
AsOther
Gets this instance as a Other, or null.
Declaration
public PaperAsFilesValue.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PaperAsFilesValue.Other |
IsEnabled
Gets a value indicating whether this instance is Enabled
Declaration
public bool IsEnabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |