Class TeamSharedDropboxValue
The value for UserFeature.TeamSharedDropbox.
Inheritance
TeamSharedDropboxValue
Inherited Members
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class TeamSharedDropboxValue
Constructors
View SourceTeamSharedDropboxValue()
Initializes a new instance of the TeamSharedDropboxValue class.
Declaration
public TeamSharedDropboxValue()
Properties
View SourceAsEnabled
Gets this instance as a Enabled, or null.
Declaration
public TeamSharedDropboxValue.Enabled AsEnabled { get; }
Property Value
| Type | Description |
|---|---|
| TeamSharedDropboxValue.Enabled |
AsOther
Gets this instance as a Other, or null.
Declaration
public TeamSharedDropboxValue.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TeamSharedDropboxValue.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 |