Class HasTeamSharedDropboxValue
The value for Feature.HasTeamSharedDropbox.
Inheritance
HasTeamSharedDropboxValue
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class HasTeamSharedDropboxValue
Constructors
View SourceHasTeamSharedDropboxValue()
Initializes a new instance of the HasTeamSharedDropboxValue class.
Declaration
public HasTeamSharedDropboxValue()
Properties
View SourceAsHasTeamSharedDropbox
Gets this instance as a HasTeamSharedDropbox, or null.
Declaration
public HasTeamSharedDropboxValue.HasTeamSharedDropbox AsHasTeamSharedDropbox { get; }
Property Value
| Type | Description |
|---|---|
| HasTeamSharedDropboxValue.HasTeamSharedDropbox |
AsOther
Gets this instance as a Other, or null.
Declaration
public HasTeamSharedDropboxValue.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| HasTeamSharedDropboxValue.Other |
IsHasTeamSharedDropbox
Gets a value indicating whether this instance is HasTeamSharedDropbox
Declaration
public bool IsHasTeamSharedDropbox { 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 |