Dropbox .NET SDK
Show / Hide Table of Contents

Class Feature

A set of features that a Dropbox Business account may support.

Inheritance
object
Feature
Feature.HasDistinctMemberHomes
Feature.HasTeamFileEvents
Feature.HasTeamSelectiveSync
Feature.HasTeamSharedDropbox
Feature.Other
Feature.UploadApiRateLimit
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class Feature

Constructors

View Source

Feature()

Initializes a new instance of the Feature class.

Declaration
public Feature()

Properties

View Source

AsHasDistinctMemberHomes

Gets this instance as a HasDistinctMemberHomes, or null.

Declaration
public Feature.HasDistinctMemberHomes AsHasDistinctMemberHomes { get; }
Property Value
Type Description
Feature.HasDistinctMemberHomes
View Source

AsHasTeamFileEvents

Gets this instance as a HasTeamFileEvents, or null.

Declaration
public Feature.HasTeamFileEvents AsHasTeamFileEvents { get; }
Property Value
Type Description
Feature.HasTeamFileEvents
View Source

AsHasTeamSelectiveSync

Gets this instance as a HasTeamSelectiveSync, or null.

Declaration
public Feature.HasTeamSelectiveSync AsHasTeamSelectiveSync { get; }
Property Value
Type Description
Feature.HasTeamSelectiveSync
View Source

AsHasTeamSharedDropbox

Gets this instance as a HasTeamSharedDropbox, or null.

Declaration
public Feature.HasTeamSharedDropbox AsHasTeamSharedDropbox { get; }
Property Value
Type Description
Feature.HasTeamSharedDropbox
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public Feature.Other AsOther { get; }
Property Value
Type Description
Feature.Other
View Source

AsUploadApiRateLimit

Gets this instance as a UploadApiRateLimit, or null.

Declaration
public Feature.UploadApiRateLimit AsUploadApiRateLimit { get; }
Property Value
Type Description
Feature.UploadApiRateLimit
View Source

IsHasDistinctMemberHomes

Gets a value indicating whether this instance is HasDistinctMemberHomes

Declaration
public bool IsHasDistinctMemberHomes { get; }
Property Value
Type Description
bool
View Source

IsHasTeamFileEvents

Gets a value indicating whether this instance is HasTeamFileEvents

Declaration
public bool IsHasTeamFileEvents { get; }
Property Value
Type Description
bool
View Source

IsHasTeamSelectiveSync

Gets a value indicating whether this instance is HasTeamSelectiveSync

Declaration
public bool IsHasTeamSelectiveSync { get; }
Property Value
Type Description
bool
View Source

IsHasTeamSharedDropbox

Gets a value indicating whether this instance is HasTeamSharedDropbox

Declaration
public bool IsHasTeamSharedDropbox { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsUploadApiRateLimit

Gets a value indicating whether this instance is UploadApiRateLimit

Declaration
public bool IsUploadApiRateLimit { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK