Dropbox .NET SDK
Show / Hide Table of Contents

Namespace Dropbox.Api.Users

Classes

Account

The amount of detail revealed about an account depends on the user being queried and the user making the query.

BasicAccount

Basic information about any account.

DistinctMemberHomeValue

The value for UserFeature.DistinctMemberHome.

DistinctMemberHomeValue.Enabled

When this value is True, the user have distinct home and root ns. When the value is False the user's home ns and root ns are the same.

DistinctMemberHomeValue.Other

The other object

FileLockingValue

The value for UserFeature.FileLocking.

FileLockingValue.Enabled

When this value is True, the user can lock files in shared directories. When the value is False the user can unlock the files they have locked or request to unlock files locked by others.

FileLockingValue.Other

The other object

FullAccount

Detailed information about the current user's account.

FullTeam

Detailed information about a team.

GetAccountArg

The get account arg object

GetAccountBatchArg

The get account batch arg object

GetAccountBatchError

The get account batch error object

GetAccountBatchError.NoAccount

The value is an account ID specified in AccountIds that does not exist.

GetAccountBatchError.Other

The other object

GetAccountError

The get account error object

GetAccountError.NoAccount

The specified AccountId does not exist.

GetAccountError.Other

The other object

IndividualSpaceAllocation

The individual space allocation object

Name

Representations for a person's name to assist with internationalization.

PaperAsFilesValue

The value for UserFeature.PaperAsFiles.

PaperAsFilesValue.Enabled

When this value is true, the user's Paper docs are accessible in Dropbox with the .paper extension and must be accessed via the /files endpoints. When this value is false, the user's Paper docs are stored separate from Dropbox files and folders and should be accessed via the /paper endpoints.

PaperAsFilesValue.Other

The other object

SpaceAllocation

Space is allocated differently based on the type of account.

SpaceAllocation.Individual

The user's space allocation applies only to their individual account.

SpaceAllocation.Other

The other object

SpaceAllocation.Team

The user shares space with other members of their team.

SpaceUsage

Information about a user's space usage and quota.

Team

Information about a team.

TeamSharedDropboxValue

The value for UserFeature.TeamSharedDropbox.

TeamSharedDropboxValue.Enabled

When this value is True, the user have a shared team root. When the value is False the user have distinct root.

TeamSharedDropboxValue.Other

The other object

TeamSpaceAllocation

The team space allocation object

UserFeature

A set of features that a Dropbox User account may have configured.

UserFeature.DistinctMemberHome

This feature contains information about whether or not the user's home namespace is distinct from their root namespace.

UserFeature.FileLocking

This feature allows users to lock files in order to restrict other users from editing them.

UserFeature.Other

The other object

UserFeature.PaperAsFiles

This feature contains information about how the user's Paper files are stored.

UserFeature.TeamSharedDropbox

This feature contains information about whether or not the user is part of a team with a shared team root.

UserFeatureValue

Values that correspond to entries in UserFeature.

UserFeatureValue.DistinctMemberHome

The distinct member home object

UserFeatureValue.FileLocking

The file locking object

UserFeatureValue.Other

The other object

UserFeatureValue.PaperAsFiles

The paper as files object

UserFeatureValue.TeamSharedDropbox

The team shared dropbox object

UserFeaturesGetValuesBatchArg

The user features get values batch arg object

UserFeaturesGetValuesBatchError

The user features get values batch error object

UserFeaturesGetValuesBatchError.EmptyFeaturesList

At least one UserFeature must be included in the UserFeaturesGetValuesBatchArg.features list.

UserFeaturesGetValuesBatchError.Other

The other object

UserFeaturesGetValuesBatchResult

The user features get values batch result object

In this article
Back to top Dropbox .NET SDK