BasicAccount Constructor (string, Name, bool)

Creates a new instance of the BasicAccount class.

Syntax

BasicAccount basicAccount = new BasicAccount(string accountId, Name name, bool isTeammate)

Parameters

accountId
System.String The user’s unique Dropbox ID.
name
DotNetBox.Name Details of the user’s name.
isTeammate
System.Boolean Whether this user is a teammate of the current user.