Class Feature
A set of features that a Dropbox Business account may support.
Inheritance
System.Object
Feature
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class Feature
Constructors
| Improve this Doc View SourceFeature()
Initializes a new instance of the Feature class.
Declaration
public Feature()
Properties
| Improve this Doc View SourceAsHasTeamFileEvents
Gets this instance as a HasTeamFileEvents, or null
.
Declaration
public Feature.HasTeamFileEvents AsHasTeamFileEvents { get; }
Property Value
Type | Description |
---|---|
Feature.HasTeamFileEvents |
AsHasTeamSelectiveSync
Gets this instance as a HasTeamSelectiveSync, or null
.
Declaration
public Feature.HasTeamSelectiveSync AsHasTeamSelectiveSync { get; }
Property Value
Type | Description |
---|---|
Feature.HasTeamSelectiveSync |
AsHasTeamSharedDropbox
Gets this instance as a HasTeamSharedDropbox, or null
.
Declaration
public Feature.HasTeamSharedDropbox AsHasTeamSharedDropbox { get; }
Property Value
Type | Description |
---|---|
Feature.HasTeamSharedDropbox |
AsOther
Gets this instance as a Other, or null
.
Declaration
public Feature.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Feature.Other |
AsUploadApiRateLimit
Gets this instance as a UploadApiRateLimit, or null
.
Declaration
public Feature.UploadApiRateLimit AsUploadApiRateLimit { get; }
Property Value
Type | Description |
---|---|
Feature.UploadApiRateLimit |
IsHasTeamFileEvents
Gets a value indicating whether this instance is HasTeamFileEvents
Declaration
public bool IsHasTeamFileEvents { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsHasTeamSelectiveSync
Gets a value indicating whether this instance is HasTeamSelectiveSync
Declaration
public bool IsHasTeamSelectiveSync { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsHasTeamSharedDropbox
Gets a value indicating whether this instance is HasTeamSharedDropbox
Declaration
public bool IsHasTeamSharedDropbox { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUploadApiRateLimit
Gets a value indicating whether this instance is UploadApiRateLimit
Declaration
public bool IsUploadApiRateLimit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |