Class FeatureValue
The values correspond to entries in Feature. You may get different value according to your Dropbox Business plan.
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class FeatureValue
Constructors
View SourceFeatureValue()
Initializes a new instance of the FeatureValue class.
Declaration
public FeatureValue()
Properties
View SourceAsHasDistinctMemberHomes
Gets this instance as a HasDistinctMemberHomes, or null.
Declaration
public FeatureValue.HasDistinctMemberHomes AsHasDistinctMemberHomes { get; }
Property Value
| Type | Description |
|---|---|
| FeatureValue.HasDistinctMemberHomes |
AsHasTeamFileEvents
Gets this instance as a HasTeamFileEvents, or null.
Declaration
public FeatureValue.HasTeamFileEvents AsHasTeamFileEvents { get; }
Property Value
| Type | Description |
|---|---|
| FeatureValue.HasTeamFileEvents |
AsHasTeamSelectiveSync
Gets this instance as a HasTeamSelectiveSync, or null.
Declaration
public FeatureValue.HasTeamSelectiveSync AsHasTeamSelectiveSync { get; }
Property Value
| Type | Description |
|---|---|
| FeatureValue.HasTeamSelectiveSync |
AsHasTeamSharedDropbox
Gets this instance as a HasTeamSharedDropbox, or null.
Declaration
public FeatureValue.HasTeamSharedDropbox AsHasTeamSharedDropbox { get; }
Property Value
| Type | Description |
|---|---|
| FeatureValue.HasTeamSharedDropbox |
AsOther
Gets this instance as a Other, or null.
Declaration
public FeatureValue.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| FeatureValue.Other |
AsUploadApiRateLimit
Gets this instance as a UploadApiRateLimit, or null.
Declaration
public FeatureValue.UploadApiRateLimit AsUploadApiRateLimit { get; }
Property Value
| Type | Description |
|---|---|
| FeatureValue.UploadApiRateLimit |
IsHasDistinctMemberHomes
Gets a value indicating whether this instance is HasDistinctMemberHomes
Declaration
public bool IsHasDistinctMemberHomes { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsHasTeamFileEvents
Gets a value indicating whether this instance is HasTeamFileEvents
Declaration
public bool IsHasTeamFileEvents { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsHasTeamSelectiveSync
Gets a value indicating whether this instance is HasTeamSelectiveSync
Declaration
public bool IsHasTeamSelectiveSync { get; }
Property Value
| Type | Description |
|---|---|
| bool |
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 |
IsUploadApiRateLimit
Gets a value indicating whether this instance is UploadApiRateLimit
Declaration
public bool IsUploadApiRateLimit { get; }
Property Value
| Type | Description |
|---|---|
| bool |